IDE: lazdoc: showing hints for enums

git-svn-id: trunk@13022 -
This commit is contained in:
mattias 2007-11-25 13:47:17 +00:00
parent 688c0a4db0
commit c8b5bd4bd5

View File

@ -678,7 +678,8 @@ begin
end; end;
// use only definition nodes // use only definition nodes
if not (Node.Desc in (AllIdentifierDefinitions+[ctnProperty,ctnProcedure])) if not (Node.Desc in
(AllIdentifierDefinitions+[ctnProperty,ctnProcedure,ctnEnumIdentifier]))
then begin then begin
DebugLn(['TLazDocManager.GetElementChain i=',i,' ignoring node ',Node.DescAsString]); DebugLn(['TLazDocManager.GetElementChain i=',i,' ignoring node ',Node.DescAsString]);
continue; continue;