1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-05-12 12:00:13 +00:00

Compare commits

...

5 commits

Author SHA1 Message Date
github-actions[bot] 1caab16a93 Automatic update of ./internal/source 2024-05-01 02:39:49 +00:00
Steve McNeill f7084d1c36
Merge pull request #486 from SteveMcNeill/main
Change to IDE reporting
2024-04-30 22:20:29 -04:00
Steve McNeill 4d1bf43b9b
Merge branch 'main' into main 2024-04-30 15:36:50 -04:00
Steve McNeill b40a7fa264 Fix typo.
How the BLEEP did that happen?  /blush
2024-04-30 02:53:51 -04:00
Steve McNeill 595698115d Change to IDE reporting "Caused by SUB VWATCH" to make it "Caused by End of Program" 2024-04-30 02:46:30 -04:00
2 changed files with 24217 additions and 24208 deletions

File diff suppressed because it is too large Load diff

View file

@ -1112,6 +1112,7 @@ FUNCTION ide2 (ignore)
IF MID$(temp$, i, 1) = sp$ THEN MID$(temp$, i, 1) = " "
NEXT
temp$ = _TRIM$(temp$)
IF UCASE$(LEFT$(temp$,10)) = "SUB VWATCH" THEN temp$ = "End of Program"
IF LEN(temp$) THEN
y = y + 1: x = 1
temp$ = "Caused by (or after): " + CHR$(1) + temp$