SIGN IN SIGN UP
WerWolv / ImHex UNCLAIMED

🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.

0 0 53 C++

fix: crashes from delimiter matching (#2725)

The feature that selects and highlight's matching delimiters stores the
line and column for the match. If you delete the matching delimiter
while the highlighting is on, then the code was trying to access a
non-existent line causing an exception. Fixed a bug that didn't assign
the right colors when a custom types, a global placed variable and a
member of that custom type shared the same name. Some names were
changed. Some other code was optimized.
P
paxcut committed
316318a521ff5533a40994d8ad5e395ebfb17dce
Parent: bc5887a
Committed by GitHub <noreply@github.com> on 4/26/2026, 9:56:30 PM