summaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.h
AgeCommit message (Expand)Author
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-11Use forward-declarations in EditorPlugin where possibletrollodel
2022-10-25Set the shortcut context for the edit/search/goto menus to the ScriptEditor s...Eric M
2022-10-05Merge pull request #66300 from KoBeWi/📝🧭Rémi Verschelde
2022-10-04Implement `GDScriptTextDocument::willSaveWaitUntil` to clean up outdated docu...Rindbee
2022-10-03Fix the flickering of the line gutter icon when savingRindbee
2022-09-25Split script navigation state and edit statekobewi
2022-09-25Fix out of sync when the script is edited externally via lspRindbee
2022-09-21Merge pull request #63576 from KoBeWi/list_clickerRémi Verschelde
2022-08-31VCS: Port Godot 3.5's VCS features to GDExtensionTwarit Waikar
2022-08-30Simplify script list click logickobewi
2022-08-23Replace Array return types with TypedArray 2kobewi
2022-08-22Replace Array return types with TypedArraykobewi
2022-05-20Add a new HashSet templatereduz
2022-05-17Merge pull request #55134 from KoBeWi/script_pillow_or_somethingRémi Verschelde
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-05-02Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde
2022-04-05Merge pull request #56695 from bruvzg/mod_unicode_inputRémi Verschelde
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg
2022-04-05Fix lookup symbol in scripts which doesn't open a tab at first attemptYuri Roubinsky
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-02Save script editor's function list split offset with the editor layoutjmb462
2022-01-21Disable ScriptEditor's menu items when they do nothingHaoyu Qiu
2022-01-19Convert TextEdit callbacks to CallablePaulb23
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-19Always soft-reload scriptskobewi
2021-11-07Improve save handling for built-in scriptskobewi
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-10-12Allow dragging TextFiles from the Filesystem dockPaulb23
2021-10-07Allow breakpoints in closed filesPaulb23
2021-10-07Preserve script editor state through tab closesPaulb23
2021-09-30Add TextFile support across the editorPaulb23
2021-09-25Add history navigation in the script editor using extra mouse buttonsHugo Locurcio
2021-09-20Merge pull request #52479 from KoBeWi/the_close_of_all_tabsRémi Verschelde
2021-09-15Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky
2021-09-07Don't stop closing on unsaved scriptkobewi
2021-09-01Merge pull request #51639 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli
2021-08-31Implemented advanced features of DAPEv1lbl0w
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-17Auto-reload scripts with external editorJihyun Yu
2021-06-24Merge pull request #49650 from KoBeWi/FindReplaceCrashRémi Verschelde
2021-06-24Fix crash with FindReplaceBarkobewi
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-08Move FindReplaceBar out of CodeTextEditorkobewi
2021-05-15Add get_base_editor to ScriptEditorBasesent44