feat: Integrate Memory Editor functionality and remove enhanced version

- Added `memory_editor.cc` and `memory_editor.h` to implement core memory editing features.
- Introduced a toolbar with options for jumping to addresses, searching patterns, and managing bookmarks.
- Removed the `EnhancedMemoryEditor` class and its associated files, streamlining the memory editing process.
- Updated `editor_library.cmake` and `editor_manager.h` to reflect the new structure and dependencies.
This commit is contained in:
scawful
2025-10-05 02:10:41 -04:00
parent 20b8251724
commit 1084f65b02
7 changed files with 148 additions and 133 deletions

View File

@@ -24,6 +24,7 @@ set(
app/editor/message/message_data.cc
app/editor/message/message_preview.cc
app/editor/code/assembly_editor.cc
app/editor/code/memory_editor.cc
app/editor/code/project_file_editor.cc
app/editor/graphics/screen_editor.cc
app/editor/graphics/graphics_editor.cc