sys: Added select region command

This commit is contained in:
WerWolv
2022-08-08 12:47:49 +02:00
parent 519a9edb60
commit 2c740cab06
9 changed files with 105 additions and 7 deletions

View File

@@ -269,6 +269,12 @@ namespace hex::plugin::builtin {
{ "hex.builtin.view.hex_editor.goto.offset.relative", "Relativo" },
{ "hex.builtin.view.hex_editor.goto.offset.begin", "Começo" },
{ "hex.builtin.view.hex_editor.goto.offset.end", "Fim" },
//{ "hex.builtin.view.hex_editor.menu.file.select", "Select" },
// { "hex.builtin.view.hex_editor.select.offset.region", "Region" },
// { "hex.builtin.view.hex_editor.select.offset.begin", "Begin" },
// { "hex.builtin.view.hex_editor.select.offset.end", "End" },
// { "hex.builtin.view.hex_editor.select.offset.size", "Size" },
// { "hex.builtin.view.hex_editor.select.select", "Select" },
{ "hex.builtin.view.hex_editor.menu.file.save", "Salvar" },
{ "hex.builtin.view.hex_editor.menu.file.save_as", "Salvar como..." },
{ "hex.builtin.view.hex_editor.menu.edit.copy", "Copiar" },