summaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.cpp
AgeCommit message (Expand)Author
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-07Merge pull request #65449 from YuriSizov/editor-main-control-screen-container...Rémi Verschelde
2022-09-07Rename EditorInterface.get_editor_main_control to get_editor_main_screenYuri Sizov
2022-09-06Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky
2022-08-31VCS: Port Godot 3.5's VCS features to GDExtensionTwarit Waikar
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-24Remove VisualScript module for 4.0Rémi Verschelde
2022-08-23Replace Array return types with TypedArray 2kobewi
2022-08-22Replace Array return types with TypedArraykobewi
2022-08-22Add per-scene UndoRedokobewi
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