summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.h
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|/
* Move FindReplaceBar out of CodeTextEditorkobewi2021-06-081-0/+2
* Add get_base_editor to ScriptEditorBasesent442021-05-151-0/+2
* Save the current script when pressing Ctrl + S if no scene is openHugo Locurcio2021-05-091-1/+1
* Save the current script when adding a new method via signal connectionHugo Locurcio2021-05-051-0/+1
* Don't save unchanged script upon closingkobewi2021-03-061-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Cleanup unused engine codeTomasz Chabora2020-12-091-1/+0
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-1/+1
* Documentation generation for GDScriptThakee Nathees2020-11-291-0/+1
* Implement new shortcuts system.Eric M2020-11-231-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1