1
0
mirror of synced 2024-12-04 04:07:19 +01:00
ImHex/lib
paxcut cc4563afb0
impr: Added back missing runtime error markers (#1907)
### Problem description
Moving error markers to be underwaved created s couple of errors: 
- Markers that were 1 char long and located at the end of the line
didn't show on text editor.
- Markers that had zero length or no stack trace didn't show on text
editor.

### Implementation description

- The first error was caused by an off by one error in the column index.
- There was no implementation for errors that had no location or zero
length. Now errors with no location will be shown at the beginning of
the line where they occur. Errors with zero length will be marked from
their location to the end of the line, therefore, errors with no stack
trace will be marked from the beginning to the end of the line.
2024-11-24 11:20:15 +01:00
..
external patterns: Updated pattern language 2024-11-24 11:17:29 +01:00
libimhex feat: Added underwaved text functions (#1889) 2024-09-15 15:19:04 +02:00
third_party impr: Added back missing runtime error markers (#1907) 2024-11-24 11:20:15 +01:00