summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Replace Array return types with TypedArray 2kobewi2022-08-231-4/+4
* Replace Array return types with TypedArraykobewi2022-08-221-6/+6
* Add per-scene UndoRedokobewi2022-08-221-2/+0
* Merge pull request #63700 from YeldhamDev/no_methods_to_filter_palRémi Verschelde2022-08-061-0/+3
|\
| * Hide method filter bar when selecting a doc in the Script editorMichael Alexsander2022-07-301-0/+3
* | Find a better solution for the script editor member list sometimes not being ...MinusKube2022-07-311-10/+9
* | Fix elements not being shown on first selected script/docMichael Alexsander2022-07-301-0/+3
|/
* Merge pull request #63603 from aaronfranke/editor-pathsRémi Verschelde2022-07-291-3/+4
|\
| * Move editor paths into the EditorPaths classAaron Franke2022-07-291-3/+4
* | Remove Signal connect bindsJuan Linietsky2022-07-291-7/+7
|/
* Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde2022-07-131-3/+3
|\
| * Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-3/+3
* | Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-3/+3
|/
* Merge pull request #61459 from reduz/new-shader-editorRémi Verschelde2022-06-201-1/+1
|\
| * Redo the shader editorreduz2022-05-281-1/+1
* | Use consistent casing in editor filter/search barsFireForge2022-05-281-2/+2
|/
* Add a new HashSet templatereduz2022-05-201-4/+4
* Merge pull request #55134 from KoBeWi/script_pillow_or_somethingRémi Verschelde2022-05-171-9/+17
|\
| * Always soft-reload scriptskobewi2021-11-191-9/+17
* | Replace most uses of Map by HashMapreduz2022-05-161-21/+21
* | Add a new HashMap implementationreduz2022-05-121-3/+3
* | Cleanup metadata usagekobewi2022-05-061-2/+2
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-27/+27
* | Add an external link editor iconHugo Locurcio2022-04-241-1/+1
* | Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-9/+13
* | Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-7/+2
* | Merge pull request #56695 from bruvzg/mod_unicode_inputRémi Verschelde2022-04-051-2/+2
|\ \
| * | [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-2/+2
* | | Fix lookup symbol in scripts which doesn't open a tab at first attemptYuri Roubinsky2022-04-051-9/+19
|/ /
* | Fix creation and reopening of built-in scriptsMichael Alexsander2022-04-031-6/+1
* | Add GDExtension support to Scriptreduz2022-03-271-6/+6
* | Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-2/+2
* | Remove duplicate editor settings definitionskobewi2022-03-061-4/+4
* | Remove set_as_minsize()kobewi2022-03-061-2/+2
* | Replace some bits of code left to work with the new `TabContainer`Michael Alexsander2022-03-041-3/+3
* | Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-031-103/+103
* | Fix scripts not saving when closingkobewi2022-03-011-1/+1
* | Use versioned URL for "Online Documentation" buttons in the editorHugo Locurcio2022-02-171-1/+2
* | Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-3/+1
* | Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-39/+37
* | Merge pull request #57641 from Geometror/compilation-time-improvements-1Rémi Verschelde2022-02-121-0/+1
|\ \
| * | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* | | Fix editor compile error when VisualScript is disabledtrollodel2022-02-111-2/+2
|/ /
* | Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde2022-02-081-5/+5
|\ \
| * | Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-5/+5
* | | Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-2/+2
|/ /
* | Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-5/+5
* | Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde2022-02-031-3/+3
|\ \
| * | String: Add contains().Anilforextra2022-02-041-3/+3
* | | Save script editor's function list split offset with the editor layoutjmb4622022-02-021-5/+11
|/ /