impr: Rename Jump To option to Follow Selection to avoid confusion with Go To

This commit is contained in:
WerWolv
2025-01-11 21:40:26 +01:00
parent 126868c251
commit d5020ce9bb
2 changed files with 3 additions and 1 deletions

View File

@@ -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());