mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 15:57:03 -05:00
Also fixes two bugs: 1) error messages not staying visible 2) uncaught exception when struct name is duplicated. A lot of the code using coordinates for start and end has been moved to use Selections instead. Created more string manipulation code that uses utf8 indices aka Coordinates directly. This makes implementing editing functions easier by not having to go back and forth from string indices to char indices and back. Currently, the substring, erase and [] operator support coordinates and str indices.