aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4659 from Paulb23/hex_notation_highlightingRémi Verschelde2016-05-171-7/+23
|\
| * Fixed hex notation highlightingPaulb232016-05-151-7/+23
* | Default editing popup for LineEdit and TextEditJuan Linietsky2016-05-161-0/+66
|/
* Bind caret blink to gdscript and propertiesPaulb232016-05-111-1/+6
* Added caret blink in text editorPaulb232016-05-091-8/+76
* Fixed autocomlete strings not appearing for function argumentsPaulb232016-05-081-1/+1
* Merge pull request #4557 from Paulb23/autocomplete_truncate_issue_4554Rémi Verschelde2016-05-071-21/+13
|\
| * Fixed autocomplete truncate, issue 4554Paulb232016-05-051-21/+13
* | Fixed code completion after opening bracket, issue 3977Paulb232016-05-071-0/+3
|/
* Autocomplete no longer shows duplicates, issue 1824Paulb232016-05-031-0/+4
* Added scroll lines, issue 4243Paulb232016-04-271-2/+52
* Setting to change line number colorPaulb232016-04-081-3/+2
* Merge pull request #4251 from Paulb23/block_indent_issue_3803Rémi Verschelde2016-04-061-40/+62
|\
| * Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-061-40/+62
* | Merge pull request #4238 from Paulb23/caret_colorRémi Verschelde2016-04-061-4/+5
|\ \
| * | Ability to change the caret colorPaulb232016-04-051-4/+5
* | | Merge pull request #4234 from Paulb23/member_variable_syntax_highlightingRémi Verschelde2016-04-061-0/+16
|\ \ \ | |_|/ |/| |
| * | Member variable syntax highlightingPaulb232016-04-051-0/+16
* | | Fixed text edit undo and redo operation interactionPaul Batty2016-04-061-12/+12
| |/ |/|
* | Fixed 'complex' typo in method namePaulb232016-04-051-12/+12
* | Fixed undoing twice when removing selectionPaulb232016-04-051-0/+5
|/
* Fixed insert mode interaction with auto completePaulb232016-04-031-0/+15
* Fixed insert mode removing first unselected characterPaulb232016-04-031-4/+6
* Function syntax highlightingPaul Batty2016-04-021-0/+19
* Added insert mode to text editorPaulb232016-04-011-3/+42
* Fixed numbers not highlighting after spacePaulb232016-03-261-1/+1
* Syntax highlighting for numbersPaulb232016-03-211-2/+36
* TextEdit: Fix Shift+Delete shortcut not calling cut()Ignacio Etcheverry2016-03-191-0/+7
* Fixed highlighting when word occurs as substring firstPaulb232016-03-171-8/+14
* Fixed highliting with shift and mousePaulb232016-03-171-5/+2
* Highlight all occurrences of selected wordPaulb232016-03-161-0/+55
* LineEdit/TextEdit: Add Shift+Delete shortcut for cutIgnacio Etcheverry2016-03-151-0/+6
* TextEdit: Fix inconsistent copy, cut and paste behaviourIgnacio Etcheverry2016-03-151-80/+46
* Merge pull request #4017 from Paulb23/set_tab_sizeRémi Verschelde2016-03-141-0/+7
|\
| * Added configuable tab sizePaulb232016-03-141-0/+7
* | Undo and redo commands on text editor now affect internal version which fixes...Saracen2016-03-131-6/+18
|/
* remove trailing whitespaceHubert Jarosz2016-03-091-830/+830
* Merge pull request #3969 from Paulb23/scroll_past_end_of_fileJuan Linietsky2016-03-081-1/+5
|\
| * Enabled scrolling past end of filePaulb232016-03-071-1/+5
* | Add special new line openingMartin Chuckeles2016-03-041-0/+21
|/
* Add editor settings for call hint placementMartin Chuckeles2016-03-041-4/+29
* Hide hint if completion is activeMartin Chuckeles2016-03-031-1/+1
* Move the call hint under the current lineMartin Chuckeles2016-03-031-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