aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_text_editor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Juan Linietsky2016-09-111-2/+2
| | | | | | | next/prev, which is more standard and useful. Indent can be done with tab and shift-tab anyway. If you don't like this, feel free to reassign them manually in the editor settings :P
* -Added a ColorFrame control, kind of like Texture but for color.Juan Linietsky2016-09-111-0/+146
| | | | | -Added dropping nodes to text editor for them to become a path -Fixed issues with font not properly being set in code editor
* Likely with bugs and with some features are missing, as well as profiler ↵Juan Linietsky2016-08-061-1/+6
| | | | support, but VisualScript should be more or less done!
* 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