mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 16:12:57 +02:00
IDE: identifier completion: global property
git-svn-id: trunk@44256 -
This commit is contained in:
parent
95e8a23869
commit
ce71abdb59
@ -300,7 +300,7 @@ begin
|
|||||||
AColor:=clRed;
|
AColor:=clRed;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
ctnProperty:
|
ctnProperty,ctnGlobalProperty:
|
||||||
begin
|
begin
|
||||||
AColor:=clPurple;
|
AColor:=clPurple;
|
||||||
s:='property';
|
s:='property';
|
||||||
@ -308,7 +308,7 @@ begin
|
|||||||
if IsReadOnly then
|
if IsReadOnly then
|
||||||
ImageIndex:=IDEImages.LoadImage(16,'ce_property_readonly');
|
ImageIndex:=IDEImages.LoadImage(16,'ce_property_readonly');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
ctnEnumIdentifier:
|
ctnEnumIdentifier:
|
||||||
begin
|
begin
|
||||||
AColor:=clOlive;
|
AColor:=clOlive;
|
||||||
|
Loading…
Reference in New Issue
Block a user