ui: Added optional byte cell and char cell padding

Closes #771
This commit is contained in:
WerWolv
2022-10-07 11:28:44 +02:00
parent 5694eaba8c
commit 11f63f9b02
12 changed files with 63 additions and 7 deletions

View File

@@ -783,6 +783,8 @@ namespace hex::plugin::builtin {
{ "hex.builtin.setting.hex_editor.uppercase_hex", "16진수 값을 대문자로 표시" },
{ "hex.builtin.setting.hex_editor.visualizer", "데이터 표시" },
//{ "hex.builtin.setting.hex_editor.sync_scrolling", "Synchronize editor position" },
//{ "hex.builtin.setting.hex_editor.byte_padding", "Extra byte cell padding" },
//{ "hex.builtin.setting.hex_editor.char_padding", "Extra character cell padding" },
{ "hex.builtin.setting.folders", "폴더" },
{ "hex.builtin.setting.folders.description", "패턴, 스크립트, YARA 규칙 등을 찾아볼 추가적인 폴더 경로를 지정하세요" },
{ "hex.builtin.setting.folders.add_folder", "새 폴더 추가" },