1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-02 21:11:22 +00:00

Missed lines related to updating wiki.

This commit is contained in:
Cory Smith 2022-08-26 22:50:03 -05:00
parent 96915d1f16
commit 92d0fe65a1

View file

@ -12862,6 +12862,7 @@ SUB ideshowtext
'Restore BG color in case a matching bracket was printed with different BG
IF l = idecy THEN COLOR , 6
IF isKeyword > 0 THEN isKeyword = isKeyword - 1
IF isKeyword = 0 AND checkKeyword$ = "REM" THEN comment = -1
IF isKeyword = 0 THEN checkKeyword$ = "": metacommand = 0: is_Number = 0: isCustomKeyword = 0
NEXT m
@ -18806,6 +18807,7 @@ FUNCTION ideupdatehelpbox
END IF
'end of custom controls
updateRoutine:
'-------- update routine -------------------------------------
SELECT CASE UpdateStep
CASE 1