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