summaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.cpp
AgeCommit message (Expand)Author
2022-05-06Cleanup metadata usagekobewi
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-24Add an external link editor iconHugo Locurcio
2022-04-12Narrow FileAccess scope to prevent deadlocks.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
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-03Fix creation and reopening of built-in scriptsMichael Alexsander
2022-03-27Add GDExtension support to Scriptreduz
2022-03-12Allow negative indexes in ItemList and PopupMenukobewi
2022-03-06Remove duplicate editor settings definitionskobewi
2022-03-06Remove set_as_minsize()kobewi
2022-03-04Replace some bits of code left to work with the new `TabContainer`Michael Alexsander
2022-03-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
2022-03-01Fix scripts not saving when closingkobewi
2022-02-17Use versioned URL for "Online Documentation" buttons in the editorHugo Locurcio
2022-02-16Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Merge pull request #57641 from Geometror/compilation-time-improvements-1Rémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-11Fix editor compile error when VisualScript is disabledtrollodel
2022-02-08Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-08Refactor some object type checking code with `cast_to`Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-03Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde
2022-02-04String: Add contains().Anilforextra
2022-02-02Save script editor's function list split offset with the editor layoutjmb462
2022-02-02Vectors: Use clear() and has().Anilforextra
2022-01-27Merge pull request #57205 from TechnoPorg/variant-template-castRémi Verschelde
2022-01-26Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez
2022-01-25Allow method binds to take Object subclasses as argumentsTechnoPorg
2022-01-23Merge pull request #57029 from timothyqiu/disable-script-editor-menuRémi Verschelde
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-21Disable ScriptEditor's menu items when they do nothingHaoyu Qiu
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