summaryrefslogtreecommitdiffstats
path: root/doc/classes/EditorPlugin.xml
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+1
|\
| * Fix more miscellaneous oddities around the class referenceMicky2024-11-121-1/+1
* | fix: replace "Godot" to "Redot"Muhannad Elbolaky2024-10-151-1/+1
|/
* Fix minor typo in EditorPlugin remove_inspector_pluginev13bird2024-09-201-1/+1
* Add EditorContextMenuPluginManager and refactor menu pluginskobewi2024-09-031-18/+5
* Merge pull request #94582 from citizenll/feat_context_menu_plugin4.xRémi Verschelde2024-09-031-0/+29
|\
| * Add support for custom items to editor right-click context menuscitizenl2024-09-031-0/+29
* | Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-281-0/+14
* | Remove empty `[b]Example:[/b]` lines from the class referenceMicky2024-08-191-7/+3
* | Fix typo in EditorPlugin `_forward_3d_draw_over_viewport(overlay)` method exa...Eric Tuvesson2024-08-011-1/+1
|/
* Fix "icon" parameter in EditorPlugin.add_custom_type is not optional, but doc...Ashish Kumar2024-06-301-1/+1
* Allow setting editor dock tabs to icon onlyHaoyu Qiu2024-04-301-0/+8
* Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-051-2/+5
* Overhaul some "uncommon" wording in class referenceMicky2024-03-011-2/+3
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-4/+2
* Clarify sizing of main screen pluginskobewi2024-01-281-1/+1
* [Editor] Add `EditorPlugin::scene_saved` signalA Thousand Ships2024-01-221-2/+8
* Fix various typos in documentationSeptian2023-12-271-1/+1
* Fix node names of submenu items across the editorYuri Sizov2023-11-081-1/+1
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-3/+3
* Fix description of dock slot usage in the documentationHaoyu Qiu2023-09-081-2/+3
* Deprecate project_settings_changed signalkobewi2023-08-101-1/+2
* Make EditorInterface accessible as a singletonYuri Sizov2023-08-091-6/+7
* Add separate editor plugin for TileMap and TileSetkobewi2023-07-261-0/+1
* Re-architect how Android plugins are packaged and handled at export timeFredia Huya-Kouadio2023-07-181-0/+6
* Check for unsaved changes when closing a scenekobewi2023-07-181-5/+17
* Add `_get_unsaved_status()` method to EditorPluginkobewi2023-07-181-0/+16
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-1/+1
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Change `_can_handle` and `_edit` virtual methods to take `Object*`Marc Gilleron2023-02-171-2/+2
* Fix C# examples in documentationRaul Santos2023-01-311-16/+19
* Added documentation note for `add_custom_type()`addmix2023-01-301-0/+1
* Rework EditorPlugin editing logickobewi2023-01-221-0/+1
* Make EditorResourceConversionPlugin usable.TechnoPorg2023-01-141-0/+15
* Uppercase references to color constants in documentationAnthony Cossins2023-01-131-3/+3
* Fix typos with codespellRémi Verschelde2023-01-091-1/+1
* Fill random docskobewi2022-11-221-0/+20
* [Editor] Better expose EditorDebuggerPlugin.Fabio Alessandrelli2022-11-141-2/+2
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-4/+8
* Fill random docskobewi2022-10-071-0/+2
* Rename remaining "Spatial" in Plugins to "Node3D"Micky2022-10-041-15/+15
* Fix theme methods usage in docsRaul Santos2022-09-151-2/+2
* Merge pull request #64465 from TokageItLab/bind-after-gui-inputRémi Verschelde2022-09-101-15/+24
|\
| * bind AfterGUIInputSilc Renew2022-09-081-15/+24
* | Merge pull request #58617 from KoBeWi/custom_somethingRémi Verschelde2022-09-071-0/+1
|\ \
| * | Improve handling of custom typeskobewi2022-09-051-0/+1
| |/
* / Rename EditorInterface.get_editor_main_control to get_editor_main_screenYuri Sizov2022-09-071-1/+1
|/
* Add per-scene UndoRedokobewi2022-08-221-1/+1