From ea09964163355cef6f5f136d90203cd6a9e0f431 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Sat, 14 Aug 2021 15:14:26 -0300 Subject: [PATCH] Properly indicates that compilation with F7/8 has been requested. --- source/ide/ide_methods.bas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index 6a1dea26f..742eede8d 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -1289,7 +1289,7 @@ FUNCTION ide2 (ignore) change = 0 waitforinput: - + IF startPausedPending THEN GOTO idemrun IF idecurrentlinelayouti THEN IF idecy <> idecurrentlinelayouti THEN idesetline idecurrentlinelayouti, idecurrentlinelayout$ @@ -1531,7 +1531,6 @@ FUNCTION ide2 (ignore) END IF _LIMIT 16 - IF startPausedPending THEN GOTO startPausedMenuHandler GOTO waitforinput END IF 'change=0 @@ -1626,6 +1625,7 @@ FUNCTION ide2 (ignore) IF KB = KEY_F5 THEN 'Note: F5 or SHIFT+F5 accepted startPaused = 0 idemrun: + startPausedPending = 0 iderunmode = 1 'run detached; = 0 'standard run idemrunspecial: @@ -5705,7 +5705,7 @@ FUNCTION ide2 (ignore) idechangemade = 1 startPaused = -1 startPausedPending = -1 - GOTO ideloop + GOTO specialchar ELSE GOTO ideloop END IF