summaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.cpp
AgeCommit message (Expand)Author
2022-01-23Merge pull request #57012 from Calinou/editor-add-new-script-textfile-shortcutsRémi Verschelde
2022-01-21Fix icon in drag preview of scripts/docsMichael Alexsander
2022-01-20Add shortcuts for New Script and New Text File in the script editorHugo Locurcio
2022-01-20Merge pull request #55066 from trollodel/less_singletons_in_editornodeRémi Verschelde
2022-01-20Store panels and docks singletons in their own classestrollodel
2022-01-20Fix unhandled_key_input() in Script Editorkobewi
2022-01-19Convert TextEdit callbacks to CallablePaulb23
2022-01-14Merge pull request #55541 from KoBeWi/outcognito_scriptsRémi Verschelde
2022-01-13Make script type distinguishable by iconkobewi
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-06Fix bad popups offset in editor with single window offjmb462
2021-11-24Show scene when showing built-in script filekobewi
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-22Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky
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