From e07c701c626ae93443db8727607e1f3ea7aca6aa Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 9 May 2019 00:59:52 +0200 Subject: [PATCH] fix #471 - ENTER key doesn't work on non D source if the "alwaysAdvancedFeatures" editor option is not activated --- src/u_synmemo.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/src/u_synmemo.pas b/src/u_synmemo.pas index 7da52438..9d9777f4 100644 --- a/src/u_synmemo.pas +++ b/src/u_synmemo.pas @@ -3538,6 +3538,7 @@ begin decCallTipsLvl; end; VK_RETURN: + if isDSource then begin fCanDscan:=true; line := LineText;