aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed selected text turning black, issue 5199Paulb232016-07-081-0/+1
* Fix TextEdit cursor position after undo remove textGeorge Marques2016-06-251-2/+7
* does not fix the bug reported in #4326 and #4818,Juan Linietsky2016-06-251-4/+12
* Caret blink no longer updates when hidden, issue 5100Paulb232016-06-251-1/+3
* Improved breakpoint marker position, and scales with font sizePaulb232016-06-251-3/+6
* Current line draws behind line numbers and breakpont gutterPaulb232016-06-041-13/+13
* Fix crash when redoing backspace to clear selectionPaulb232016-06-041-1/+3
* Added breakpoint markers, issue 4750Paulb232016-06-041-5/+54
* Fixed hex notation highlightingPaulb232016-06-041-7/+23
* Member variable syntax highlightingPaulb232016-06-041-0/+16
* Bind caret blink to gdscript and propertiesPaulb232016-05-121-1/+6
* Added caret blink in text editorPaulb232016-05-121-8/+76
* Fixed autocomplete truncate, issue 4554Paulb232016-05-121-21/+13
* Fixed autocomlete strings not appearing for function argumentsPaulb232016-05-121-1/+1
* Fixed code completion after opening bracket, issue 3977Paulb232016-05-121-0/+3
* Autocomplete no longer shows duplicates, issue 1824Paulb232016-05-061-0/+4
* Added scroll lines, issue 4243Paulb232016-04-291-2/+52
* Setting to change line number colorPaulb232016-04-271-3/+2
* Ability to change the caret colorPaulb232016-04-271-4/+5
* Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-061-40/+62
* Fixed text edit undo and redo operation interactionPaul Batty2016-04-061-12/+12
* Fixed 'complex' typo in method namePaulb232016-04-061-12/+12
* Fixed undoing twice when removing selectionPaulb232016-04-061-0/+5
* Fixed insert mode interaction with auto completePaulb232016-04-061-0/+15
* Fixed insert mode removing first unselected characterPaulb232016-04-061-4/+6
* Added insert mode to text editorPaulb232016-04-061-3/+42
* Function syntax highlightingPaul Batty2016-04-021-0/+19
* Fixed numbers not highlighting after spacePaulb232016-04-021-1/+1
* Syntax highlighting for numbersPaulb232016-04-021-2/+36
* TextEdit: Fix Shift+Delete shortcut not calling cut()Ignacio Etcheverry2016-04-021-0/+7
* Fixed highlighting when word occurs as substring firstPaulb232016-04-021-8/+14
* Fixed highliting with shift and mousePaulb232016-04-021-5/+2
* Highlight all occurrences of selected wordPaulb232016-04-021-0/+55
* LineEdit/TextEdit: Add Shift+Delete shortcut for cutIgnacio Etcheverry2016-04-021-0/+6
* TextEdit: Fix inconsistent copy, cut and paste behaviourIgnacio Etcheverry2016-04-021-80/+46
* Added configuable tab sizePaulb232016-04-021-0/+7
* Undo and redo commands on text editor now affect internal version which fixes...Saracen2016-04-021-6/+18
* remove trailing whitespaceHubert Jarosz2016-04-021-830/+830
* Enabled scrolling past end of filePaulb232016-04-021-1/+5
* Add editor settings for call hint placementMartin Chuckeles2016-03-051-4/+29
* Hide hint if completion is activeMartin Chuckeles2016-03-051-1/+1
* Move the call hint under the current lineMartin Chuckeles2016-03-051-1/+1
* support horizontal mouse wheel, use in text editorhondres2016-02-041-0/+6
* Merge pull request #3279 from neikeq/issue_3259Rémi Verschelde2016-01-081-1/+1
|\
| * Fix TextEdit caret drawn when outside the visible regionIgnacio Etcheverry2016-01-081-1/+1
* | TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and EndIgnacio Etcheverry2016-01-071-12/+42
* | TextEdit/LineEdit: Handle numpad arrows if NumLock is disabledIgnacio Etcheverry2016-01-071-0/+28
|/
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-3/+3
* TextEdit: Scroll while selecting with mouse idleneikeq2015-12-091-3/+38