mirror of https://gitlab.com/basile.b/dexed.git
deactivated the dynamic syntactic error detector
This commit is contained in:
parent
aec45f5e11
commit
a3b6185234
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue