mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:56:00 +02:00
TSynAnySys now handles setting the DollarVariables property from Burkhard Carstens
git-svn-id: trunk@9418 -
This commit is contained in:
parent
5312f77440
commit
a49b4716a8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user