ediHex 0.2b
A bugfix release for the hex editor text column.
Bug Fixes
Hex Editor
- Fixed the Text (decode) column clipping the right end of each row — trailing bytes were not shown at certain bytes-per-row settings (8, 16, 24, 32), especially with a larger system font size.
- Text column layout now measures the actual
.body.monospaced()character width at runtime instead of using a hardcoded value. - Each byte in the Text column is rendered in its own fixed-width slot, so decoded characters align with selection highlights and no longer get cut off by
lineLimit(1).
Requires macOS 15.6 or later.