TSynAnySys now handles setting the DollarVariables property from Burkhard Carstens

git-svn-id: trunk@9418 -
This commit is contained in:
mattias 2006-06-12 18:18:47 +00:00
parent 5312f77440
commit a49b4716a8

View File

@ -1246,7 +1246,6 @@ begin
FEntity := Value;
DefHighLightChange(nil);
end;
end;
procedure TSynAnySyn.AmpersandProc;
@ -1290,7 +1289,11 @@ end;
procedure TSynAnySyn.SetDollarVariables(const Value: boolean);
begin
FDollarVariables := Value;
if Value<>FDollarVariables then begin
FDollarVariables := Value;
MakeMethodTables;
DefHighLightChange(nil);
end;
end;
procedure TSynAnySyn.DollarProc;