summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve editor state persistenceHendrik Brucker2023-05-111-3/+19
* Add multi window code and shader editorstrollodel2023-05-101-23/+113
* Move convert_indent into CodeEditPaulb232023-05-071-22/+4
* Remove erroneous signal connectionkobewi2023-05-051-2/+0
* Merge pull request #75864 from KoBeWi/assassin_of_shadersMax Hilbrunner2023-05-051-2/+5
|\
| * Close built-in shaders when closing scenekobewi2023-04-091-2/+5
* | Merge pull request #72095 from anvilfolk/gd-docsYuri Sizov2023-04-261-1/+1
|\ \
| * | Improve and fix GDScript documentation generation & behaviorocean (they/them)2023-04-211-1/+1
* | | Extract editor run toolbar into its own componentYuri Sizov2023-04-191-6/+5
|/ /
* | Add Close Docs item in script editor context menuDipal Zambare2023-04-181-0/+2
* | Merge pull request #75765 from YuriSizov/editor-node-optimize-includesRémi Verschelde2023-04-111-1/+1
|\ \
| * | Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
| |/
* / Adjust size of some dialogskobewi2023-04-101-1/+1
|/
* Merge pull request #74319 from jbuck3/script-file-menuRémi Verschelde2023-04-031-0/+25
|\
| * Re-enable script editor File menu shortcuts when the menu is hiddenJames Buck2023-03-031-0/+25
* | Fix `Find in Files` Search Results cannot open builtin scriptstmSi2023-03-071-0/+65
|/
* [macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid con...bruvzg2023-02-201-0/+1
* Fix Save All trying to save empty scene pathskobewi2023-02-151-1/+1
* Merge pull request #72259 from Paulb23/json-editingRémi Verschelde2023-02-141-10/+72
|\
| * Support editing JSON in ScriptEditorPaulb232023-01-281-10/+72
* | Fix internal editor not updating when using external editor via LSPRindbee2023-01-221-7/+3
|/
* Cleanup unused engine code v2kobewi2023-01-191-6/+0
* Merge pull request #71628 from reduz/fixup-editor-file-system-script-parsingRémi Verschelde2023-01-191-1/+2
|\
| * Clean up EditorFileSystem script parsingJuan Linietsky2023-01-181-1/+2
* | Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-5/+1
|\ \ | |/ |/|
| * Remove set_drag_forwarding_compat()kobewi2023-01-141-5/+1
* | Checking path variable if empty before opening external editor to fix #71528Christoh Prenissl2023-01-171-4/+7
* | Save history when goto script line in the text editor.Adam Scott2023-01-151-0/+2
* | Globalise path for New TextFile in FileSystemDockPaulb232023-01-141-2/+2
|/
* Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
* Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-17/+14
* Merge pull request #70580 from timothyqiu/drop-externRémi Verschelde2023-01-091-4/+7
|\
| * Fix error when dropping script into script editorHaoyu Qiu2022-12-261-4/+7
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Fix Editor Shortcut keys are inserting in Script EditorstmSi2022-12-241-0/+4
|/
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+2
* Fix reload scripts error after saving in external editor.Zae2022-11-031-1/+1
* Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-31/+31
|\
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-31/+31
* | Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don'tRémi Verschelde2022-10-311-9/+5
|\ \
| * | Simplify GDVIRTUAL_CALL callskobewi2022-10-191-9/+5
| |/
* / Set the shortcut context for the edit/search/goto menus to the ScriptEditor s...Eric M2022-10-251-4/+4
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-109/+109
* Merge pull request #66300 from KoBeWi/📝🧭Rémi Verschelde2022-10-051-7/+8
|\
| * Split script navigation state and edit statekobewi2022-09-251-7/+8
* | Implement `GDScriptTextDocument::willSaveWaitUntil` to clean up outdated docu...Rindbee2022-10-041-45/+35
* | Merge pull request #66815 from Rindbee/fix-blinking-line-gutter-iconRémi Verschelde2022-10-031-12/+0
|\ \
| * | Fix the flickering of the line gutter icon when savingRindbee2022-10-031-12/+0
* | | Fix the file newer dialog that keeps popping upRindbee2022-10-031-1/+1
|/ /
* | Merge pull request #65276 from aaronfranke/shaderRémi Verschelde2022-10-031-0/+1
|\ \