mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
impr: Rename Jump To option to Follow Selection to avoid confusion with Go To
This commit is contained in:
@@ -1458,6 +1458,8 @@ namespace hex::plugin::builtin {
|
||||
}
|
||||
ImGui::PopID();
|
||||
|
||||
menu::menuSeparator();
|
||||
|
||||
if (menu::menuItem("hex.builtin.view.hex_editor.menu.edit.jump_to.curr_pattern"_lang, Shortcut::None, false, selection.has_value() && ContentRegistry::PatternLanguage::getRuntime().getCreatedPatternCount() > 0)) {
|
||||
auto patterns = ContentRegistry::PatternLanguage::getRuntime().getPatternsAtAddress(selection->getStartAddress());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user