summaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.cpp
AgeCommit message (Expand)Author
2017-03-05Refactoring: rename tools/editor/ to editor/Rémi Verschelde
2017-02-26Merge pull request #7857 from Hinsbart/external_script_breakRémi Verschelde
2017-02-21-renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky
2017-02-20Don't switch to script on breakpoint hit when using external editor.Andreas Haas
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-02-02Sort settings for scripts in the editorBojidar Marinov
2017-01-16Style: Cleanups, added headers, renamed filesRémi Verschelde
2017-01-15Allow closing a script tab without savingWilhem Barbier
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-13New API for visibility in both CanvasItem and SpatialJuan Linietsky
2017-01-12some class renamesJuan Linietsky
2017-01-12Fix current script background colorPaulb23
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-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-05Editor settings categories are now tidy and beautiful!Juan Linietsky
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-24Blend shapes using transform feedback (GPU)Juan Linietsky
2016-10-31Fix p_index out of size error when closing scriptvolzhs
2016-10-31Fix 2 search menus are shownvolzhs
2016-10-22Prevent unwanted script editor input on game crashHenrique Lacreta Alves
2016-10-02Fix "Save All" option in Script editor.Andreas Haas
2016-09-15Fix highlight current script when script temputure is disabledPaulb23
2016-09-12Merge pull request #6465 from Paulb23/script_highlight_color_updateRémi Verschelde
2016-09-12Update current script color on changePaulb23
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-Cleaned up find/replace bar for replace (made selection only default if sele...Juan Linietsky
2016-09-10Merge pull request #6137 from supaiku-o/masterJuan Linietsky
2016-09-07Added setting to change current script background color, issue 5450Paulb23
2016-08-25More visual script workJuan Linietsky
2016-08-13Added CLOSE_ALL files option to script editorsupaiku
2016-08-06Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky
2016-08-02Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-08-02WIP visual scripting, not working yet but you can check out stuffJuan Linietsky
2016-07-29Explicitly initialize 'pending_auto_reload' to false.Saracen
2016-07-19Merge pull request #5760 from r1cebank/issue-5636__add-close-docs-optionRémi Verschelde
2016-07-18Always soft reload editor plugins. Closes #5273Juan Linietsky
2016-07-18Script Editor: adding close all docs menu optionSiyuan Gao
2016-07-18Fix ScriptEditor don't saving the layout when opening a help pageFranklin Sobrinho
2016-07-18Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712Rémi Verschelde
2016-07-15Fixed breakpoint gutter toggle not updating when game is running, issue 5712Paulb23
2016-07-12Added block caret to TextEditPaulb23
2016-07-11Added completion font colorsPaulb23
2016-07-11Added completion scroll colorPaulb23
2016-07-09Finally fixes the infamous bug #4444, hoping to never see you again.Juan Linietsky