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);
|
lex(fDoc.Lines.Text, tokLst);
|
||||||
|
|
||||||
|
{
|
||||||
if fDoc.isDSource then
|
if fDoc.isDSource then
|
||||||
begin
|
begin
|
||||||
checkSyntacticErrors(tokLst, errLst);
|
checkSyntacticErrors(tokLst, errLst);
|
||||||
|
@ -418,6 +419,7 @@ begin
|
||||||
[err.msg, err.position.y, err.position.x]), dt);
|
[err.msg, err.position.y, err.position.x]), dt);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
}
|
||||||
|
|
||||||
md := '';
|
md := '';
|
||||||
if fDoc.isDSource then
|
if fDoc.isDSource then
|
||||||
|
|
Loading…
Reference in New Issue