feat: Add Enhanced Memory Editor with toolbar functionality

- Introduced `EnhancedMemoryEditor` class for advanced memory editing capabilities.
- Implemented a toolbar with buttons for jumping to addresses, searching patterns, and managing bookmarks.
- Added popups for address jumping and pattern searching, enhancing user interaction.
- Removed unnecessary style variable pop from `AgentChatWidget` for cleaner UI management.
This commit is contained in:
scawful
2025-10-05 01:50:53 -04:00
parent 9f119abba7
commit a4103e8e5c
3 changed files with 126 additions and 1 deletions

View File

@@ -671,7 +671,6 @@ void AgentChatWidget::Draw() {
ImGui::EndTabBar();
}
ImGui::PopStyleVar(4); // Pop the 4 style vars we pushed
ImGui::End();
}