mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:09:19 +02:00
IDE: lazdoc: showing hints for enums
git-svn-id: trunk@13022 -
This commit is contained in:
parent
688c0a4db0
commit
c8b5bd4bd5
@ -678,7 +678,8 @@ begin
|
||||
end;
|
||||
|
||||
// use only definition nodes
|
||||
if not (Node.Desc in (AllIdentifierDefinitions+[ctnProperty,ctnProcedure]))
|
||||
if not (Node.Desc in
|
||||
(AllIdentifierDefinitions+[ctnProperty,ctnProcedure,ctnEnumIdentifier]))
|
||||
then begin
|
||||
DebugLn(['TLazDocManager.GetElementChain i=',i,' ignoring node ',Node.DescAsString]);
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user