Debugger CodeViewWidget: Add context options for making and managing Notes. Add popup dialog for editing functions and notes.

This commit is contained in:
TryTwo
2025-05-20 00:24:16 -07:00
parent 78065359bb
commit c9b815526c
8 changed files with 348 additions and 57 deletions

View File

@ -221,6 +221,8 @@ add_executable(dolphin-emu
Debugger/CodeViewWidget.h
Debugger/CodeWidget.cpp
Debugger/CodeWidget.h
Debugger/EditSymbolDialog.cpp
Debugger/EditSymbolDialog.h
Debugger/GekkoSyntaxHighlight.cpp
Debugger/GekkoSyntaxHighlight.h
Debugger/JitBlockTableModel.cpp