Refactor EditorManager to utilize EditorSet for managing multiple editors per ROM, enhance ROM loading and saving processes, and improve popup management integration.

This commit is contained in:
scawful
2025-04-11 02:57:50 -04:00
parent b6bed9e92e
commit 216ee23f51
4 changed files with 303 additions and 220 deletions

View File

@@ -18,4 +18,5 @@ set(
app/editor/system/command_manager.cc
app/editor/system/extension_manager.cc
app/editor/system/shortcut_manager.cc
app/editor/system/popup_manager.cc
)