aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Script Editor: automatic indentation after a colonkoalefant2015-11-291-1/+12
* Merge pull request #2364 from neikeq/textedit_selectJuan Linietsky2015-11-191-59/+60
|\
| * TextEdit: Properly scroll vertically when selecting text with mouse dragneikeq2015-11-071-18/+13
| * textedit selection improvementsneikeq2015-08-131-41/+47
* | Implement Ctrl + backspace/delete to delete wordsFranklin Sobrinho2015-11-121-4/+109
* | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-171-1/+1
|\ \
| * | ran cppcheck, fixed cases where array index is used before limits checkfirefly24422015-10-121-1/+1
* | | misc cleanupJuan Linietsky2015-10-171-0/+3
|/ /
* / Fix HScrollBar of TextEdit, closes #2355Franklin Sobrinho2015-09-091-5/+8
|/
* more code completion improvementsJuan Linietsky2015-06-271-0/+16
* improved get_node(), connect(), etc code completion.Juan Linietsky2015-06-261-4/+36
* -fixed many memory initialization issuesJuan Linietsky2015-06-061-0/+4
* more fixesJuan Linietsky2015-05-191-2/+7
* optional formal changesehriche2015-05-061-2/+2
* fix crash in editor when using alt+arrows to indent, thanks adolson and romul...Juan Linietsky2015-05-051-0/+3
* Merge pull request #1804 from ricpelo/ricpelo-patch-2Juan Linietsky2015-05-041-2/+2
|\
| * Wrong use of | instead of ||Ricardo Pérez2015-05-041-2/+2
* | Triple click doesn't select line if click was done on different lines. Fix #1727Biliogadafr2015-05-021-1/+1
|/
* -Fixes from source code analyzizer, closes #1768Juan Linietsky2015-05-011-1/+1