feat: Added Copy as -> Address option to Edit menu

Closes #725
This commit is contained in:
WerWolv
2022-09-04 14:23:09 +02:00
parent d9a47fe815
commit 22b6bdb5cf
10 changed files with 14 additions and 4 deletions

View File

@@ -289,6 +289,7 @@ namespace hex::plugin::builtin {
{ "hex.builtin.view.hex_editor.menu.edit.copy", "복사" },
{ "hex.builtin.view.hex_editor.menu.edit.copy_as", "다른 방법으로 복사..." },
{ "hex.builtin.view.hex_editor.copy.hex", "문자열" },
//{ "hex.builtin.view.hex_editor.copy.address", "Address" },
{ "hex.builtin.view.hex_editor.copy.c", "C 배열" },
{ "hex.builtin.view.hex_editor.copy.cpp", "C++ 배열" },
{ "hex.builtin.view.hex_editor.copy.csharp", "C# 배열" },