summaryrefslogtreecommitdiff
path: root/tools/editor/code_editor.cpp
AgeCommit message (Expand)Author
2017-01-16Style: Cleanups, added headers, renamed filesRémi Verschelde
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-13New API for visibility in both CanvasItem and SpatialJuan Linietsky
2017-01-10Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky
2017-01-08renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky
2017-01-08Fix code completion for new getnode syntaxJuan Linietsky
2017-01-05Editor settings categories are now tidy and beautiful!Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-10-13Allow turing off zero-padding for line numbersPedro J. Estébanez
2016-10-11Merge pull request #6775 from RandomShaper/one-based-col-numbersRémi Verschelde
2016-10-10Make text column numbers one-basedPedro J. Estébanez
2016-10-10Refactor duplicated codePedro J. Estébanez
2016-10-03Begining of GLES3 renderer:Juan Linietsky
2016-09-11-Added a ColorFrame control, kind of like Texture but for color.Juan Linietsky
2016-09-11-Cleaned up find/replace bar for replace (made selection only default if sele...Juan Linietsky
2016-08-02Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-08-02WIP visual scripting, not working yet but you can check out stuffJuan Linietsky
2016-07-30Fix infinite loop when replacing textIgnacio Etcheverry
2016-07-24Fix non-visible col number in text editorRémi Verschelde
2016-07-21TextEdit: Center search resultsIgnacio Etcheverry
2016-07-14Added code editor zoom shortcutsPaulb23
2016-07-09line/col label was changing size with each cursor move, forcing the GUI to re...Juan Linietsky
2016-06-18TextEdit: Change font size with Ctrl+Mouse Wheel Up/DownIgnacio Etcheverry
2016-06-13Merge pull request #5160 from neikeq/pr-issue-5136Juan Linietsky
2016-06-13change "No matches" noticeable on findervolzhs
2016-06-11FindReplaceBar: Fix search bug when text is selectedIgnacio Etcheverry
2016-05-30Fixed and improved search barIgnacio Etcheverry
2016-05-29Merge pull request #4812 from neikeq/pr-search-barRémi Verschelde
2016-05-29Finalized DynamicFont implementationJuan Linietsky
2016-05-29ScriptEditor/ShaderEditor: Replace find/replace dialog with a barIgnacio Etcheverry
2016-05-21i18n: Use %d instead of %i in vformatRémi Verschelde
2016-05-21i18n: Proofreading of all stringsRémi Verschelde
2016-05-03Modified editor strings to be translatable in the futureJuan Linietsky
2016-04-09Fixed undo redo interaction with find replacePaulb23
2016-03-09remove trailing whitespaceHubert Jarosz
2016-03-04Add editor settings for call hint placementMartin Chuckeles
2016-01-02Make buttons properly obey stylebox content marins, closes #2156Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-11-29Script Editor: automatic indentation after a colonkoalefant
2015-11-17-Merged Script and Help tabsJuan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-01-02-make sure selected font is applied on load (#1050)Juan Linietsky
2014-12-17-added brace matching to go with the new code completionJuan Linietsky
2014-12-16New Code CompletionJuan Linietsky
2014-09-21Fixed too many little issues, check the issues closed today.Juan Linietsky
2014-06-13Script editor: Put selected text in replace dialog automatically (unless sele...marynate
2014-05-22Added a setting to disable autocomplete popup and fixed the autocomplete time...Jonas Rudlang
2014-05-07remove degud outputjonyrock