mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 15:57:03 -05:00
Fixed by only processing text that's visible. Also fixed the cursor jumping to breakpoint line when selected by clicking the line number and added highlighting of the current editing line. An optimization that caches the number of utf-8 chars in each line was included as well. Finally, an error that caused ImHex to crash if a pattern was saved as itself was also fixed.