aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/code_editor.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-1323/+0
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-0/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-2/+2
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-7/+7
* Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky2017-01-101-1/+1
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-3/+3
* Fix code completion for new getnode syntaxJuan Linietsky2017-01-081-0/+1
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-25/+25
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-24/+24
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-1/+1
|\
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-1/+1
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* | Allow turing off zero-padding for line numbersPedro J. Estébanez2016-10-131-0/+1
* | Merge pull request #6775 from RandomShaper/one-based-col-numbersRémi Verschelde2016-10-111-1/+1
|\ \
| * | Make text column numbers one-basedPedro J. Estébanez2016-10-101-1/+1
| |/
* / Refactor duplicated codePedro J. Estébanez2016-10-101-0/+17
|/
* -Added a ColorFrame control, kind of like Texture but for color.Juan Linietsky2016-09-111-2/+4
* -Cleaned up find/replace bar for replace (made selection only default if sele...Juan Linietsky2016-09-111-6/+22
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-08-021-15/+38
|\
| * Fix infinite loop when replacing textIgnacio Etcheverry2016-07-301-4/+6
| * Fix non-visible col number in text editorRémi Verschelde2016-07-241-9/+29
| * TextEdit: Center search resultsIgnacio Etcheverry2016-07-211-2/+3
* | WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-021-2/+20
|/
* Added code editor zoom shortcutsPaulb232016-07-141-21/+36
* line/col label was changing size with each cursor move, forcing the GUI to re...Juan Linietsky2016-07-091-0/+5
* TextEdit: Change font size with Ctrl+Mouse Wheel Up/DownIgnacio Etcheverry2016-06-181-3/+72
* Merge pull request #5160 from neikeq/pr-issue-5136Juan Linietsky2016-06-131-2/+12
|\
| * FindReplaceBar: Fix search bug when text is selectedIgnacio Etcheverry2016-06-111-2/+12
* | change "No matches" noticeable on findervolzhs2016-06-131-0/+3
|/
* Fixed and improved search barIgnacio Etcheverry2016-05-301-83/+117
* Merge pull request #4812 from neikeq/pr-search-barRémi Verschelde2016-05-291-14/+457
|\
| * ScriptEditor/ShaderEditor: Replace find/replace dialog with a barIgnacio Etcheverry2016-05-291-14/+457
* | Finalized DynamicFont implementationJuan Linietsky2016-05-291-15/+10
|/
* i18n: Use %d instead of %i in vformatRémi Verschelde2016-05-211-1/+1
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-3/+3
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-20/+20
* Fixed undo redo interaction with find replacePaulb232016-04-091-1/+2
* remove trailing whitespaceHubert Jarosz2016-03-091-4/+4
* Add editor settings for call hint placementMartin Chuckeles2016-03-041-0/+6
* Make buttons properly obey stylebox content marins, closes #2156Juan Linietsky2016-01-021-0/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Script Editor: automatic indentation after a colonkoalefant2015-11-291-0/+1
* -Merged Script and Help tabsJuan Linietsky2015-11-171-2/+2
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* -make sure selected font is applied on load (#1050)Juan Linietsky2015-01-021-1/+13
* -added brace matching to go with the new code completionJuan Linietsky2014-12-171-0/+1
* New Code CompletionJuan Linietsky2014-12-161-3/+10
* Fixed too many little issues, check the issues closed today.Juan Linietsky2014-09-211-3/+17
* Script editor: Put selected text in replace dialog automatically (unless sele...marynate2014-06-131-5/+14
* Added a setting to disable autocomplete popup and fixed the autocomplete time...Jonas Rudlang2014-05-221-3/+11