summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2016-04-01Added insert mode to text editorPaulb23
2016-03-26Fixed numbers not highlighting after spacePaulb23
2016-03-21Syntax highlighting for numbersPaulb23
2016-03-19TextEdit: Fix Shift+Delete shortcut not calling cut()Ignacio Etcheverry
2016-03-17Fixed highlighting when word occurs as substring firstPaulb23
2016-03-17Fixed highliting with shift and mousePaulb23
2016-03-16Highlight all occurrences of selected wordPaulb23
2016-03-15LineEdit/TextEdit: Add Shift+Delete shortcut for cutIgnacio Etcheverry
2016-03-15TextEdit: Fix inconsistent copy, cut and paste behaviourIgnacio Etcheverry
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-08Merge pull request #3969 from Paulb23/scroll_past_end_of_fileJuan Linietsky
2016-03-07Enabled scrolling past end of filePaulb23
2016-03-04Add special new line openingMartin Chuckeles
2016-03-04Add editor settings for call hint placementMartin Chuckeles
2016-03-03Hide hint if completion is activeMartin Chuckeles
2016-03-03Move the call hint under the current lineMartin Chuckeles
2016-02-04support horizontal mouse wheel, use in text editorhondres
2016-01-08Merge pull request #3279 from neikeq/issue_3259Rémi Verschelde
2016-01-08Fix TextEdit caret drawn when outside the visible regionIgnacio Etcheverry
2016-01-07TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and EndIgnacio Etcheverry
2016-01-07TextEdit/LineEdit: Handle numpad arrows if NumLock is disabledIgnacio Etcheverry
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde
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-12Implement Ctrl + backspace/delete to delete wordsFranklin Sobrinho
2015-11-07TextEdit: Properly scroll vertically when selecting text with mouse dragneikeq
2015-10-17Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-10-17misc cleanupJuan Linietsky
2015-10-12ran cppcheck, fixed cases where array index is used before limits checkfirefly2442
2015-09-09Fix HScrollBar of TextEdit, closes #2355Franklin Sobrinho
2015-08-13textedit selection improvementsneikeq
2015-06-27more code completion improvementsJuan Linietsky
2015-06-26improved get_node(), connect(), etc code completion.Juan Linietsky
2015-06-06-fixed many memory initialization issuesJuan Linietsky
2015-05-19more fixesJuan Linietsky
2015-05-06optional formal changesehriche
2015-05-05fix crash in editor when using alt+arrows to indent, thanks adolson and romul...Juan Linietsky
2015-05-04Merge pull request #1804 from ricpelo/ricpelo-patch-2Juan Linietsky
2015-05-04Wrong use of | instead of ||Ricardo Pérez
2015-05-02Triple click doesn't select line if click was done on different lines. Fix #1727Biliogadafr
2015-05-01-Fixes from source code analyzizer, closes #1768Juan Linietsky
2015-04-20-oops, duplicated text issue fix..Juan Linietsky
2015-04-18disable undo properly after ctrl-i, fixes #1688Juan Linietsky
2015-04-18-try to avoid errors when path using ".." is present in script include, fixes...Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky