mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 20:41:37 +02:00
IDE: code explorer: show used units
git-svn-id: trunk@29976 -
This commit is contained in:
parent
d00c1cc10d
commit
493447bf27
@ -792,7 +792,7 @@ begin
|
||||
begin
|
||||
// top level definition
|
||||
case CodeNode.Desc of
|
||||
ctnUsesSection: Category:=cecUses;
|
||||
ctnUseUnit: Category:=cecUses;
|
||||
ctnTypeDefinition,ctnGenericType: Category:=cecTypes;
|
||||
ctnVarDefinition: Category:=cecVariables;
|
||||
ctnConstDefinition: Category:=cecConstants;
|
||||
|
Loading…
Reference in New Issue
Block a user