summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
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
2015-03-22Merge pull request #1402 from ElectricSolstice/editor_match_fixJuan Linietsky
2015-03-16New option to send canvas to render bufferJuan Linietsky
2015-02-19Fixed issue 1377 about script editor parenthesis matching.ElectricSolstice
2015-01-13Total rows of text edit was calculated wrong, fixed issue #842marynate
2015-01-04-attempt to be friendlier on non english keyboardsJuan Linietsky
2015-01-04-Fix shortcuts for OSX code completion, fixes #1111Juan Linietsky
2015-01-03-added new code completion guess locations, closes #1032Juan Linietsky
2015-01-02-fix TextEdit shift-click functionality past begin and end of selection (#1004)Juan Linietsky
2015-01-02-fix readonly issues (#1018)Juan Linietsky
2014-12-20Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2014-12-18-improved completion options for InputEvent, shows all event types nowJuan Linietsky
2014-12-17change shortcut for toggle-comment to Ctrl+KDana Olson