summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Separate TextShaderEditor and ShaderEditorPlugin into different filesAaron Franke2022-10-021-0/+1
* | | Remember scripts panel's visibility stateMichael Alexsander2022-10-011-0/+2
|/ /
* | Merge pull request #66382 from MewPurPur/replace-in-files-foreverRémi Verschelde2022-09-261-0/+2
|\ \
| * | Make Replace in Files always visible in SearchVolTer2022-09-251-0/+2
* | | Merge pull request #66405 from Rindbee/fix-gd-not-sync-via-lspRémi Verschelde2022-09-261-21/+24
|\ \ \ | |_|/ |/| |
| * | Fix out of sync when the script is edited externally via lspRindbee2022-09-251-21/+24
* | | Merge pull request #65535 from RedMser/script-editor-inheritance-iconRémi Verschelde2022-09-251-0/+2
|\ \ \ | |/ / |/| |
| * | Show method override icon in script editor gutterRedMser2022-09-211-0/+2
| |/
* | Merge pull request #63576 from KoBeWi/list_clickerRémi Verschelde2022-09-211-20/+9
|\ \ | |/ |/|
| * Simplify script list click logickobewi2022-08-301-20/+9
* | Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-14/+14
* | Merge pull request #65449 from YuriSizov/editor-main-control-screen-container...Rémi Verschelde2022-09-071-1/+1
|\ \
| * | Rename EditorInterface.get_editor_main_control to get_editor_main_screenYuri Sizov2022-09-071-1/+1
* | | Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky2022-09-061-1/+1
|/ /
* / VCS: Port Godot 3.5's VCS features to GDExtensionTwarit Waikar2022-08-311-46/+46
|/
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-5/+5
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-5/+5
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-5/+5
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-5/+5
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-5/+5
|/
* Remove VisualScript module for 4.0Rémi Verschelde2022-08-241-1/+0