feat: Allow jumping from hex editor to patterns and from patterns to source line

This commit is contained in:
WerWolv
2024-01-31 11:26:22 +01:00
parent 6393bfda37
commit 80953a2286
10 changed files with 63 additions and 12 deletions

View File

@@ -191,7 +191,7 @@ namespace hex {
}
void setSelection(const ProviderRegion &region) {
RequestSelectionChange::post(region);
RequestHexEditorSelectionChange::post(region);
}
void setSelection(u64 address, size_t size, prv::Provider *provider) {