summaryrefslogtreecommitdiffstats
path: root/tools/editor/plugins/script_text_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-1401/+0
* Fixed line lenght guideline drawing with color optionPaulb232017-01-281-0/+1
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-0/+1
* removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-141-1/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-1/+1
* Type renames:Juan Linietsky2017-01-111-1/+1
* Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky2017-01-101-1/+1
* Merge pull request #7458 from bojidar-bg/right-click-menuRémi Verschelde2017-01-091-8/+9
|\
| * Fix #7455 - script text editor's right click menu being weirdBojidar Marinov2017-01-071-8/+9
* | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky2017-01-081-3/+3
* | renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-3/+3
|/
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-33/+33
* -GDScript support for accessing properties directlyJuan Linietsky2017-01-041-2/+6
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-20/+20
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Made background and symbol color follow the color APIPaulb232016-11-061-6/+2
* Refactor duplicated codePedro J. Estébanez2016-10-101-26/+2
* Add line length guideline to code editorsPedro J. Estébanez2016-10-101-0/+4
* Add inline ColorPicker to Script text editor.Andreas Haas2016-09-291-3/+111
* Do ctrl-click on any code identifier to go to definiton or help page.Juan Linietsky2016-09-121-2/+75
* Changed default assignment of shorcut for alt-left/right to history next/prev...Juan Linietsky2016-09-111-2/+2
* -Added a ColorFrame control, kind of like Texture but for color.Juan Linietsky2016-09-111-0/+146
* Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky2016-08-061-1/+6
* Added missing license and quotation typoPaulb232016-08-031-1/+30
* WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-021-0/+1057