summaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.cpp
AgeCommit message (Expand)Author
2022-08-06Merge pull request #63700 from YeldhamDev/no_methods_to_filter_palRémi Verschelde
2022-07-31Find a better solution for the script editor member list sometimes not being ...MinusKube
2022-07-30Hide method filter bar when selecting a doc in the Script editorMichael Alexsander
2022-07-30Fix elements not being shown on first selected script/docMichael Alexsander
2022-07-29Merge pull request #63603 from aaronfranke/editor-pathsRémi Verschelde
2022-07-29Move editor paths into the EditorPaths classAaron Franke
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-13Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde
2022-07-09Seperate filter and description in FileDialog.add_filter()FireForge
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-06-20Merge pull request #61459 from reduz/new-shader-editorRémi Verschelde
2022-05-28Use consistent casing in editor filter/search barsFireForge
2022-05-28Redo the shader editorreduz
2022-05-20Add a new HashSet templatereduz
2022-05-17Merge pull request #55134 from KoBeWi/script_pillow_or_somethingRémi Verschelde
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
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