summaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_text_editor.cpp
AgeCommit message (Expand)Author
2017-01-16Style: Cleanups, added headers, renamed filesRémi Verschelde
2017-01-14removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-13New API for visibility in both CanvasItem and SpatialJuan Linietsky
2017-01-11Type renames:Juan Linietsky
2017-01-10Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky
2017-01-09Merge pull request #7458 from bojidar-bg/right-click-menuRémi Verschelde
2017-01-08PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky
2017-01-08renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky
2017-01-07Fix #7455 - script text editor's right click menu being weirdBojidar Marinov
2017-01-05Editor settings categories are now tidy and beautiful!Juan Linietsky
2017-01-04-GDScript support for accessing properties directlyJuan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-06Made background and symbol color follow the color APIPaulb23
2016-10-10Refactor duplicated codePedro J. Estébanez
2016-10-10Add line length guideline to code editorsPedro J. Estébanez
2016-09-29Add inline ColorPicker to Script text editor.Andreas Haas
2016-09-12Do ctrl-click on any code identifier to go to definiton or help page.Juan Linietsky
2016-09-11Changed default assignment of shorcut for alt-left/right to history next/prev...Juan Linietsky
2016-09-11-Added a ColorFrame control, kind of like Texture but for color.Juan Linietsky
2016-08-06Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky
2016-08-03Added missing license and quotation typoPaulb23
2016-08-02WIP visual scripting, not working yet but you can check out stuffJuan Linietsky