From a3b61852346d83d31093fc5c95e3c91f8ed567fe Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 25 Aug 2014 04:41:40 +0200 Subject: [PATCH] deactivated the dynamic syntactic error detector --- src/ce_editor.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ce_editor.pas b/src/ce_editor.pas index 25f0d27d..1fdbb631 100644 --- a/src/ce_editor.pas +++ b/src/ce_editor.pas @@ -406,6 +406,7 @@ begin lex(fDoc.Lines.Text, tokLst); + { if fDoc.isDSource then begin checkSyntacticErrors(tokLst, errLst); @@ -418,6 +419,7 @@ begin [err.msg, err.position.y, err.position.x]), dt); end; end; + } md := ''; if fDoc.isDSource then