summaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.cpp
AgeCommit message (Expand)Author
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-12Make OpenSimplex and VisualScript modules not depend on the editorAaron Franke
2021-11-10Merge pull request #54745 from KoBeWi/find_in_scenesRémi Verschelde
2021-11-09Properly reload built-in tool scriptskobewi
2021-11-08Properly handle scenes in Find in Fileskobewi
2021-11-07Improve save handling for built-in scriptskobewi
2021-11-04Ignore external editor for built-in scriptskobewi
2021-11-04Add is_built_in() method to Resourcekobewi
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-12Merge pull request #53735 from Paulb23/text-file-drop-and-dragRémi Verschelde
2021-10-12Allow dragging TextFiles from the Filesystem dockPaulb23
2021-10-12Fix TextFiles not saving when closing the tabPaulb23
2021-10-11Move add_syntax_highlighter bind to ScriptEditorBasePaulb23
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-26Use OrderedHashMap for autoloads to preserve orderLyuma
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-18Merge pull request #51627 from mhilbrunner/todo-for-neikeqRémi Verschelde
2021-08-17Remove underscore hacksMax Hilbrunner
2021-08-17Auto-reload scripts with external editorJihyun Yu
2021-08-16Reorganise text editor settingsPaulb23
2021-08-10Improve naming of a couple shortcutsfox
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-06-24Merge pull request #49650 from KoBeWi/FindReplaceCrashRémi Verschelde
2021-06-24Fix crash with FindReplaceBarkobewi
2021-06-20Use mouse and joypad enums instead of plain integersAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-12Consistently prefix bound virtual methods with _kobewi
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-09Merge pull request #49265 from KoBeWi/keepfreplace_2_keepers_of_replaceRémi Verschelde
2021-06-08Move FindReplaceBar out of CodeTextEditorkobewi
2021-06-06Don't save built-in script when adding methodkobewi
2021-06-04Merge pull request #47336 from Calinou/rename-shader-file-extensionRémi Verschelde
2021-05-26Fixed console error spam (about invalid edited scene index)Yuri Roubinsky
2021-05-20Updates script list colors after theme is changedYuri Roubinsky
2021-05-18Fix crash when trying to save with no scenes and scripts openHugo Locurcio
2021-05-18Merge pull request #37796 from Gogsi/masterRémi Verschelde
2021-05-18Change EditorFileSystem and ScriptEditor file sorting order to improve consis...Georgi Genkov
2021-05-17Improve TreeItem API and allow to move nodestrollodel
2021-05-15Add get_base_editor to ScriptEditorBasesent44