feat: Added pattern context menu for copy and edit

This commit is contained in:
WerWolv
2025-12-01 21:25:57 +01:00
parent d610f787b9
commit da755ec75b
3 changed files with 34 additions and 7 deletions

View File

@@ -123,5 +123,10 @@
"hex.ui.diagram.byte_type_distribution.plain_text": "Plain Text",
"hex.ui.diagram.byte_type_distribution.similar_bytes": "Similar Bytes",
"hex.ui.diagram.entropy_analysis.entropy_drop": "Large Entropy Drop",
"hex.ui.diagram.entropy_analysis.entropy_spike": "Large Entropy Spike"
"hex.ui.diagram.entropy_analysis.entropy_spike": "Large Entropy Spike",
"hex.ui.pattern_drawer.context.copy_name": "Copy Name",
"hex.ui.pattern_drawer.context.copy_value": "Copy Value",
"hex.ui.pattern_drawer.context.copy_address": "Copy Address",
"hex.ui.pattern_drawer.context.copy_comment": "Copy Comment",
"hex.ui.pattern_drawer.context.edit_value": "Edit Value"
}