refactor(new_editor): split utility window semantics from workspace

This commit is contained in:
2026-04-22 21:02:24 +08:00
parent dcede7f975
commit 34c635ba22
40 changed files with 715 additions and 391 deletions

View File

@@ -6,7 +6,6 @@
#include "Composition/EditorShellSessionCoordinator.h"
#include "Composition/EditorShellVariant.h"
#include "Features/Console/ConsolePanel.h"
#include "Features/ColorPicker/ColorPickerPanel.h"
#include "Features/Hierarchy/HierarchyPanel.h"
#include "Features/Inspector/InspectorPanel.h"
#include "Features/Project/ProjectPanel.h"
@@ -102,7 +101,6 @@ private:
BuiltInIcons m_builtInIcons = {};
Ports::TexturePort* m_textureHost = nullptr;
ConsolePanel m_consolePanel = {};
ColorPickerPanel m_colorPickerPanel = {};
HierarchyPanel m_hierarchyPanel = {};
InspectorPanel m_inspectorPanel = {};
ProjectPanel m_projectPanel = {};