summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-0/+18
|\
| * Merge pull request #78312 from Calinou/editor-add-markdown-highlightingThaddeus Crews2024-10-241-0/+18
| |\
| | * Add Markdown syntax highlighting to the script editorHugo Locurcio2024-07-021-0/+18
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* | Use InputMap actions consistently across all LineEdit's that filter an underl...Marius Hanl2024-08-311-1/+1
* | Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-281-0/+1
* | Merge pull request #94477 from RedMser/typos-batch-1Rémi Verschelde2024-08-281-3/+3
|\ \
| * | Fix typosRedMser2024-07-171-3/+3
| |/
* | Merge pull request #94002 from kitbdev/fix-goto-errorRémi Verschelde2024-08-271-1/+1
|\ \
| * | Fix goto line issues in code editorkit2024-07-311-1/+1
| |/
* / Fix script overwriting with external editorkit2024-08-231-0/+1
|/
* Merge pull request #87099 from bitwise-aiden/ba-add-trim-newlinesRémi Verschelde2024-05-301-0/+2
|\
| * Implement trim_final_newlines functionalityAiden Storey2024-05-021-0/+2
* | Add option to open online doc for selected native class in script editorGaktan2024-05-141-0/+2
|/
* Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* Store line change in script navigation historykobewi2024-04-251-0/+2
* Further speed up closing multiple scriptskobewi2024-04-231-1/+1
* Merge pull request #89861 from dalexeev/editor-help-fix-csharp-crashRémi Verschelde2024-04-051-0/+3
|\
| * Fix regression with C# build editor crash due to `EditorHelpHighlighter`Danil Alexeev2024-03-241-0/+3
* | Hide Search Results by default. Show it on first search and push it at the en...AeioMuch2024-03-161-0/+1
|/
* Merge pull request #86705 from KoBeWi/resourceptionRémi Verschelde2024-02-291-0/+1
|\
| * Improve saving of built-in resourceskobewi2024-01-021-0/+1
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-10/+10
* | Improved text editor status bar and zooming UX.Zi Ye2024-02-211-0/+7
* | Hot-reload only changed scriptsrune-scape2024-01-021-1/+4
|/
* Use mingw-std-threads in MinGW buildsPedro J. Estébanez2023-11-181-0/+4
* Merge pull request #82956 from Chtau/GDScript-external-Editor-Engine-crashRémi Verschelde2023-11-101-0/+1
|\
| * Prevent the internal Script Editor from reloadingChristoph Taucher2023-10-111-0/+1
* | Fix external editor hot reloadOmar Shehata2023-10-071-1/+2
|/
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-0/+1
* fix CollisionShape3D Shape Size handle will missingjsjtxietian2023-08-151-0/+3
* Check for unsaved changes when closing a scenekobewi2023-07-181-1/+1
* Add unsaved status for script and shader editorskobewi2023-07-181-0/+2
* Add multi window code and shader editorstrollodel2023-05-101-2/+19
* Move convert_indent into CodeEditPaulb232023-05-071-3/+1
* Close built-in shaders when closing scenekobewi2023-04-091-2/+1
* Re-enable script editor File menu shortcuts when the menu is hiddenJames Buck2023-03-031-0/+1
* Support editing JSON in ScriptEditorPaulb232023-01-281-0/+18
* Cleanup unused engine code v2kobewi2023-01-191-3/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-13/+11
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+1
* Set the shortcut context for the edit/search/goto menus to the ScriptEditor s...Eric M2022-10-251-1/+1
* Merge pull request #66300 from KoBeWi/📝🧭Rémi Verschelde2022-10-051-0/+1
|\
| * Split script navigation state and edit statekobewi2022-09-251-0/+1
* | Implement `GDScriptTextDocument::willSaveWaitUntil` to clean up outdated docu...Rindbee2022-10-041-0/+2
* | Fix the flickering of the line gutter icon when savingRindbee2022-10-031-1/+0
* | Fix out of sync when the script is edited externally via lspRindbee2022-09-251-1/+1
|/
* Merge pull request #63576 from KoBeWi/list_clickerRémi Verschelde2022-09-211-1/+1
|\