summaryrefslogtreecommitdiffstats
path: root/tools/editor/plugins/script_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-2491/+0
* Merge pull request #7857 from Hinsbart/external_script_breakRémi Verschelde2017-02-261-0/+4
|\
| * Don't switch to script on breakpoint hit when using external editor.Andreas Haas2017-02-201-0/+4
* | -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
|/
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-3/+3
* Sort settings for scripts in the editorBojidar Marinov2017-02-021-4/+39
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-0/+1
* Allow closing a script tab without savingWilhem Barbier2017-01-151-3/+14
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-5/+5
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-5/+5
* some class renamesJuan Linietsky2017-01-121-1/+1
* Fix current script background colorPaulb232017-01-121-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-2/+2
* PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky2017-01-081-4/+4
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-2/+2
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-36/+36
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-48/+48
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-0/+2
|\
| * Blend shapes using transform feedback (GPU)Juan Linietsky2016-11-241-0/+2
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* | Fix p_index out of size error when closing scriptvolzhs2016-10-311-1/+1
* | Fix 2 search menus are shownvolzhs2016-10-311-11/+6
* | Prevent unwanted script editor input on game crashHenrique Lacreta Alves2016-10-221-0/+1
|/
* Fix "Save All" option in Script editor.Andreas Haas2016-10-021-20/+1
* Fix highlight current script when script temputure is disabledPaulb232016-09-151-15/+16
* Merge pull request #6465 from Paulb23/script_highlight_color_updateRémi Verschelde2016-09-121-0/+1
|\
| * Update current script color on changePaulb232016-09-121-0/+1
* | Do ctrl-click on any code identifier to go to definiton or help page.Juan Linietsky2016-09-121-1/+46
|/
* Changed default assignment of shorcut for alt-left/right to history next/prev...Juan Linietsky2016-09-111-2/+2
* -Cleaned up find/replace bar for replace (made selection only default if sele...Juan Linietsky2016-09-111-0/+1
* Merge pull request #6137 from supaiku-o/masterJuan Linietsky2016-09-101-2/+36
|\
| * Added CLOSE_ALL files option to script editorsupaiku2016-08-131-2/+36
* | Added setting to change current script background color, issue 5450Paulb232016-09-071-2/+9
* | More visual script workJuan Linietsky2016-08-251-2/+27
|/
* Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky2016-08-061-1/+35
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-08-021-0/+1
|\
| * Explicitly initialize 'pending_auto_reload' to false.Saracen2016-07-291-0/+1
* | WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-021-1048/+199
|/
* Merge pull request #5760 from r1cebank/issue-5636__add-close-docs-optionRémi Verschelde2016-07-191-1/+25
|\
| * Script Editor: adding close all docs menu optionSiyuan Gao2016-07-181-1/+25
* | Always soft reload editor plugins. Closes #5273Juan Linietsky2016-07-181-1/+3
* | Fix ScriptEditor don't saving the layout when opening a help pageFranklin Sobrinho2016-07-181-9/+18
* | Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712Rémi Verschelde2016-07-181-0/+14
|\ \
| * | Fixed breakpoint gutter toggle not updating when game is running, issue 5712Paulb232016-07-151-0/+14
| |/
* / Added block caret to TextEditPaulb232016-07-121-0/+3
|/
* Added completion font colorsPaulb232016-07-111-0/+1
* Added completion scroll colorPaulb232016-07-111-0/+1
* Finally fixes the infamous bug #4444, hoping to never see you again.Juan Linietsky2016-07-091-0/+9