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

@@ -785,6 +785,8 @@ namespace hex::plugin::builtin {
{ "hex.builtin.setting.hex_editor.uppercase_hex", "大写十六进制" },
{ "hex.builtin.setting.hex_editor.visualizer", "数据处理器的数据可视化格式" },
{ "hex.builtin.setting.hex_editor.sync_scrolling", "同步编辑器位置" },
//{ "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", "为模式、脚本和规则等指定额外的搜索路径" },
{ "hex.builtin.setting.folders.add_folder", "添加新的目录" },