feat: Added fixed-point row to data inspector

This commit is contained in:
WerWolv
2025-08-28 19:57:51 +02:00
parent a7c37bfb93
commit 8a04d2f477
2 changed files with 40 additions and 3 deletions

View File

@@ -83,6 +83,9 @@
"hex.builtin.inspector.dos_date": "DOS Date",
"hex.builtin.inspector.dos_time": "DOS Time",
"hex.builtin.inspector.double": "double",
"hex.builtin.inspector.fixed_point": "Fixed Point",
"hex.builtin.inspector.fixed_point.total": "Total: {0} bits",
"hex.builtin.inspector.fixed_point.fraction": "Fraction: {0} bits",
"hex.builtin.inspector.float": "float",
"hex.builtin.inspector.float16": "half float",
"hex.builtin.inspector.fp24": "fp24",