feat: Added Edit -> Jump to option to jump to selected address

This commit is contained in:
WerWolv
2022-09-28 22:36:43 +02:00
parent d643f8f8f7
commit f52dae4297
9 changed files with 31 additions and 7 deletions

View File

@@ -345,6 +345,7 @@ namespace hex::plugin::builtin {
{ "hex.builtin.view.hex_editor.menu.edit.resize", "修改大小..." },
{ "hex.builtin.view.hex_editor.menu.edit.insert", "插入..." },
{ "hex.builtin.view.hex_editor.menu.edit.remove", "删除..." },
//{ "hex.builtin.view.hex_editor.menu.edit.jump_to", "Jump to" },
{ "hex.builtin.view.information.name", "数据信息" },
{ "hex.builtin.view.information.control", "控制" },