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

@@ -1,6 +1,5 @@
#include "Composition/EditorShellDrawComposer.h"
#include "Features/ColorPicker/ColorPickerPanel.h"
#include "Features/Console/ConsolePanel.h"
#include "Features/Hierarchy/HierarchyPanel.h"
#include "Features/Inspector/InspectorPanel.h"
@@ -136,10 +135,6 @@ void EditorShellDrawComposer::Append(
drawData,
"XCEditorPanel.Console",
[&](UIDrawList& drawList) { context.consolePanel.Append(drawList); });
AppendDrawPacket(
drawData,
"XCEditorPanel.ColorPicker",
[&](UIDrawList& drawList) { context.colorPickerPanel.Append(drawList); });
AppendDrawPacket(
drawData,
"XCEditorPanel.Hierarchy",