summaryrefslogtreecommitdiffstats
path: root/editor/editor_dock_manager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-051-3/+11
| | | | | | | | Default shortcuts use the first or second letter of each word. This also adds a new shortcut to toggle the last opened bottom panel. On editor startup, this defaults to the first panel in the list (which is the Output panel).
* Extract BottomPanel from EditorNodekit2024-02-201-5/+6
|
* Some editor code cleanupkobewi2024-01-301-3/+1
|
* Ability to move FileSystem dock to bottomJuan Linietsky2024-01-291-13/+162
| | | | | * Allows moving the filesystem dock to the bottom * Added ability to drag resources across bottom docks
* Disable multi-window buttons instead of hiding them when support is unavailableHugo Locurcio2024-01-271-8/+11
| | | | | | | | | This is more explicit as for why this functionality isn't available depending on editor settings and current platform. This also exposes a `EditorInterface.is_multi_window_enabled()` method so that editor plugins can easily query whether the editor is able and expected to create multiple windows.
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
| | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well.
* Extract editor dock managerkit2024-01-151-0/+716