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; 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;