feat: Added Paste all option to paste and resize file without checks

Closes #791
This commit is contained in:
WerWolv
2022-10-21 12:14:35 +02:00
parent 6a8611d98d
commit 139a379a09
10 changed files with 28 additions and 5 deletions

View File

@@ -341,6 +341,7 @@ namespace hex::plugin::builtin {
//{ "hex.builtin.view.hex_editor.copy.ascii", "Text Area" },
{ "hex.builtin.view.hex_editor.copy.html", "HTML" },
{ "hex.builtin.view.hex_editor.menu.edit.paste", "Incolla" },
//{ "hex.builtin.view.hex_editor.menu.edit.paste_all", "Paste all" },
{ "hex.builtin.view.hex_editor.menu.edit.select_all", "Seleziona tutti" },
{ "hex.builtin.view.hex_editor.menu.edit.set_base", "Imposta indirizzo di base" },
{ "hex.builtin.view.hex_editor.menu.edit.resize", "Ridimensiona..." },