IDE: identifier completion: global property

git-svn-id: trunk@44256 -
This commit is contained in:
mattias 2014-02-26 19:26:12 +00:00
parent 95e8a23869
commit ce71abdb59

View File

@ -300,7 +300,7 @@ begin
AColor:=clRed;
end;
ctnProperty:
ctnProperty,ctnGlobalProperty:
begin
AColor:=clPurple;
s:='property';
@ -308,7 +308,7 @@ begin
if IsReadOnly then
ImageIndex:=IDEImages.LoadImage(16,'ce_property_readonly');
end;
ctnEnumIdentifier:
begin
AColor:=clOlive;