summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-1/+1
* Make unsaved scripts in the script editor more user-friendlyAndrii Doroshenko (Xrayez)2020-07-261-0/+2
* Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp2020-07-171-0/+1
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-6/+52
* Expose Syntax highlighter for editor pluginsPaulb232020-07-111-4/+5
* Convert syntax highlighters into a resourcePaulb232020-07-111-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-14/+14
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-5/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-5/+0
* Remove Request Docs button in the script editor due to various issuesHugo Locurcio2020-04-021-2/+0