summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.h
AgeCommit message (Expand)Author
2016-07-23Merge pull request #5737 from neikeq/pr-issue-5269Rémi Verschelde
2016-07-21TextEdit: Center search resultsIgnacio Etcheverry
2016-07-12Added block caret to TextEditPaulb23
2016-07-11Expose highlight all occurrencesPaulb23
2016-07-11Expose show line numbersPaulb23
2016-07-11Added completion font colorsPaulb23
2016-06-21Added code completion existing color settingPaulb23
2016-06-21Added code completion selected color settingPaulb23
2016-06-21Added code completion background color settingPaulb23
2016-06-19Text Edit no longer draws caret on focus lossPaulb23
2016-06-12Fixed overloaded virtual functions with const vs none warningmarcelofg55
2016-05-29Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750Rémi Verschelde
2016-05-29ScriptEditor/ShaderEditor: Replace find/replace dialog with a barIgnacio Etcheverry
2016-05-26Added breakpoint markers, issue 4750Paulb23
2016-05-16Default editing popup for LineEdit and TextEditJuan Linietsky
2016-05-09Added caret blink in text editorPaulb23
2016-04-27Added scroll lines, issue 4243Paulb23
2016-04-08Setting to change line number colorPaulb23
2016-04-06Merge pull request #4251 from Paulb23/block_indent_issue_3803Rémi Verschelde
2016-04-06Fixed block indent inconsistency, fixes issue 3803Paulb23
2016-04-06Merge pull request #4238 from Paulb23/caret_colorRémi Verschelde
2016-04-06Merge pull request #4234 from Paulb23/member_variable_syntax_highlightingRémi Verschelde
2016-04-06Fixed text edit undo and redo operation interactionPaul Batty
2016-04-05Ability to change the caret colorPaulb23
2016-04-05Member variable syntax highlightingPaulb23
2016-04-05Fixed 'complex' typo in method namePaulb23
2016-04-02Function syntax highlightingPaul Batty
2016-04-01Added insert mode to text editorPaulb23
2016-03-21Syntax highlighting for numbersPaulb23
2016-03-16Highlight all occurrences of selected wordPaulb23
2016-03-14Merge pull request #4017 from Paulb23/set_tab_sizeRémi Verschelde
2016-03-14Added configuable tab sizePaulb23
2016-03-13Undo and redo commands on text editor now affect internal version which fixes...Saracen
2016-03-09remove trailing whitespaceHubert Jarosz
2016-03-07Enabled scrolling past end of filePaulb23
2016-03-04Add editor settings for call hint placementMartin Chuckeles
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-09TextEdit: Scroll while selecting with mouse idleneikeq
2015-11-29Script Editor: automatic indentation after a colonkoalefant
2015-11-19Merge pull request #2364 from neikeq/textedit_selectJuan Linietsky
2015-11-07TextEdit: Properly scroll vertically when selecting text with mouse dragneikeq
2015-10-17misc cleanupJuan Linietsky
2015-08-13textedit selection improvementsneikeq
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-01-02-fix TextEdit shift-click functionality past begin and end of selection (#1004)Juan Linietsky
2014-12-17-added brace matching to go with the new code completionJuan Linietsky
2014-12-16New Code CompletionJuan Linietsky
2014-11-12Editor goodies updateDiego Lopes
2014-08-01Small Issues & MaintenanceJuan Linietsky
2014-05-06Add get_word_under_cursor() method to TextEditmarynate