summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2015-11-12Implement Ctrl + backspace/delete to delete wordsFranklin Sobrinho
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-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
2014-12-17-added brace matching to go with the new code completionJuan Linietsky
2014-12-16New Code CompletionJuan Linietsky
2014-12-07More FixesJuan Linietsky
2014-12-07now undo/redo supportedDana Olson
2014-12-07apply patch #882 from dcubixDana Olson
2014-11-13allow Alt+arrow keys to pass through editorDana Olson
2014-11-12Editor goodies updateDiego Lopes
2014-11-05SceneMainLoop -> SceneTreeJuan Linietsky
2014-09-22-variables with export in script are now IMMEDIATELY AND ALWAYS visible in pr...Juan Linietsky
2014-09-21Fixed too many little issues, check the issues closed today.Juan Linietsky
2014-09-19Fixing Issues...Juan Linietsky
2014-08-01Small Issues & MaintenanceJuan Linietsky
2014-05-21Fix script editor scrollbar disappear issuemarynate
2014-05-07remove degud outputjonyrock
2014-05-07call during autocompletionjonyrock
2014-05-06Add auto code completion (without press Ctrl+Space manually)marynate
2014-05-06Add get_word_under_cursor() method to TextEditmarynate
2014-04-30EDITOR_DEF in the right placejonyrock
2014-04-28#331 settings menu option title fix oopsjonyrock