aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.h
Commit message (Expand)AuthorAgeFilesLines
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-121-1/+1
* Fix Script Editor drawing over Dialogs.Andreas Haas2016-11-191-0/+2
* Merge pull request #5737 from neikeq/pr-issue-5269Rémi Verschelde2016-07-231-0/+2
|\
| * TextEdit: Center search resultsIgnacio Etcheverry2016-07-211-0/+2
* | Added block caret to TextEditPaulb232016-07-121-0/+5
|/
* Expose highlight all occurrencesPaulb232016-07-111-0/+1
* Expose show line numbersPaulb232016-07-111-0/+1
* Added completion font colorsPaulb232016-07-111-0/+1
* Added code completion existing color settingPaulb232016-06-211-0/+1
* Added code completion selected color settingPaulb232016-06-211-0/+1
* Added code completion background color settingPaulb232016-06-211-0/+1
* Text Edit no longer draws caret on focus lossPaulb232016-06-191-0/+1
* Fixed overloaded virtual functions with const vs none warningmarcelofg552016-06-121-1/+1
* Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750Rémi Verschelde2016-05-291-0/+9
|\
| * Added breakpoint markers, issue 4750Paulb232016-05-261-0/+9
* | ScriptEditor/ShaderEditor: Replace find/replace dialog with a barIgnacio Etcheverry2016-05-291-1/+12
|/
* Default editing popup for LineEdit and TextEditJuan Linietsky2016-05-161-0/+18
* Added caret blink in text editorPaulb232016-05-091-0/+13
* Added scroll lines, issue 4243Paulb232016-04-271-0/+3
* Setting to change line number colorPaulb232016-04-081-0/+1
* Merge pull request #4251 from Paulb23/block_indent_issue_3803Rémi Verschelde2016-04-061-0/+3
|\
| * Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-061-0/+3
* | Merge pull request #4238 from Paulb23/caret_colorRémi Verschelde2016-04-061-0/+1
|\ \
| * | Ability to change the caret colorPaulb232016-04-051-0/+1
* | | Merge pull request #4234 from Paulb23/member_variable_syntax_highlightingRémi Verschelde2016-04-061-0/+1
|\ \ \ | |_|/ |/| |
| * | Member variable syntax highlightingPaulb232016-04-051-0/+1
* | | Fixed text edit undo and redo operation interactionPaul Batty2016-04-061-2/+3
| |/ |/|
* | Fixed 'complex' typo in method namePaulb232016-04-051-2/+2
|/
* Function syntax highlightingPaul Batty2016-04-021-0/+1
* Added insert mode to text editorPaulb232016-04-011-0/+4
* Syntax highlighting for numbersPaulb232016-03-211-0/+1
* Highlight all occurrences of selected wordPaulb232016-03-161-0/+5
* Merge pull request #4017 from Paulb23/set_tab_sizeRémi Verschelde2016-03-141-1/+1
|\
| * Added configuable tab sizePaulb232016-03-141-1/+1
* | Undo and redo commands on text editor now affect internal version which fixes...Saracen2016-03-131-0/+1
|/
* remove trailing whitespaceHubert Jarosz2016-03-091-11/+11
* Enabled scrolling past end of filePaulb232016-03-071-0/+5
* Add editor settings for call hint placementMartin Chuckeles2016-03-041-0/+7
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* TextEdit: Scroll while selecting with mouse idleneikeq2015-12-091-0/+2
* Script Editor: automatic indentation after a colonkoalefant2015-11-291-0/+2
* Merge pull request #2364 from neikeq/textedit_selectJuan Linietsky2015-11-191-4/+4
|\
| * TextEdit: Properly scroll vertically when selecting text with mouse dragneikeq2015-11-071-1/+1
| * textedit selection improvementsneikeq2015-08-131-3/+3
* | misc cleanupJuan Linietsky2015-10-171-0/+1
|/
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* -fix TextEdit shift-click functionality past begin and end of selection (#1004)Juan Linietsky2015-01-021-0/+1
* -added brace matching to go with the new code completionJuan Linietsky2014-12-171-1/+7
* New Code CompletionJuan Linietsky2014-12-161-2/+8
* Editor goodies updateDiego Lopes2014-11-121-1/+3