deactivated the dynamic syntactic error detector

This commit is contained in:
Basile Burg 2014-08-25 04:41:40 +02:00
parent aec45f5e11
commit a3b6185234
1 changed files with 2 additions and 0 deletions

View File

@ -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