mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 00:29:28 +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;
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user