summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Simplify script list click logickobewi2022-08-301-1/+1
* | VCS: Port Godot 3.5's VCS features to GDExtensionTwarit Waikar2022-08-311-1/+1
|/
* Replace Array return types with TypedArray 2kobewi2022-08-231-2/+2
* Replace Array return types with TypedArraykobewi2022-08-221-3/+3
* Add a new HashSet templatereduz2022-05-201-2/+2
* Merge pull request #55134 from KoBeWi/script_pillow_or_somethingRémi Verschelde2022-05-171-1/+0
|\
| * Always soft-reload scriptskobewi2021-11-191-1/+0
* | Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-14/+14
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-1/+1
* | Merge pull request #56695 from bruvzg/mod_unicode_inputRémi Verschelde2022-04-051-1/+1
|\ \
| * | [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-1/+1
* | | Fix lookup symbol in scripts which doesn't open a tab at first attemptYuri Roubinsky2022-04-051-0/+1
|/ /
* | Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-46/+46
* | Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-2/+0
* | Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-4/+2
* | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+4
* | Save script editor's function list split offset with the editor layoutjmb4622022-02-021-1/+1
* | Disable ScriptEditor's menu items when they do nothingHaoyu Qiu2022-01-211-0/+3
* | Convert TextEdit callbacks to CallablePaulb232022-01-191-1/+1
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Improve save handling for built-in scriptskobewi2021-11-071-0/+1
* Remove unimplemented methodsMarcel Admiraal2021-10-211-4/+0
* Allow dragging TextFiles from the Filesystem dockPaulb232021-10-121-1/+2
* Allow breakpoints in closed filesPaulb232021-10-071-0/+1
* Preserve script editor state through tab closesPaulb232021-10-071-0/+3
* Add TextFile support across the editorPaulb232021-09-301-0/+3
* Add history navigation in the script editor using extra mouse buttonsHugo Locurcio2021-09-251-0/+1
* Merge pull request #52479 from KoBeWi/the_close_of_all_tabsRémi Verschelde2021-09-201-0/+2
|\
| * Don't stop closing on unsaved scriptkobewi2021-09-071-0/+2
* | Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky2021-09-151-0/+1
|/
* Merge pull request #51639 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli2021-09-011-0/+4
|\
| * Implemented advanced features of DAPEv1lbl0w2021-08-311-0/+4
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* | Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-1/+4
* | Auto-reload scripts with external editorJihyun Yu2021-08-171-0/+1
|/
* Merge pull request #49650 from KoBeWi/FindReplaceCrashRémi Verschelde2021-06-241-0/+1
|\
| * Fix crash with FindReplaceBarkobewi2021-06-241-0/+1
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
|/