rename MasterEditor to EditorManager

This commit is contained in:
scawful
2024-08-10 12:23:28 -04:00
parent 94a0fd02f6
commit 20289483ab
7 changed files with 43 additions and 43 deletions

View File

@@ -53,7 +53,7 @@ For developers to reference.
- Updates `editor::MasterEditor`
- Renders the output to the screen.
- Handles the teardown of SDL and ImGui resources.
- [app/editor/master_editor.cc](../src/app/editor/master_editor.cc)
- [app/editor/editor_manager.cc](../src/app/editor/editor_manager.cc)
- Handles the main menu bar
- Handles `absl::Status` errors as popups delivered to the user.
- Update all the editors in a tab view.