To look at only those classes defined in a given project, e.g.
filebrowser.shared:
In the Project Tree, highlight
filebrowser.shared
by clicking on its name.
Right-click anywhere in the Project Tree, and choose
Context menu > Select from filebrowser.shared Only.
In the Symbol Type drop-down, scroll up the list and select class.
Now the Symbol List contains all the classes defined in the project
filebrowser.shared
, as you can see there are 11 symbols defined.
To look at which classes are defined in
et3.shared
and its subprojects:
In the Project Tree, click on the
`-'
sign to the left of
et3.shared
to collapse the
node.
You can now view and manipulate
et3.shared
and its subprojects as a single project.
Highlight
et3.shared
.
Choose Context menu > Select From et3.shared Only.
Because class is displayed in the Symbol Type drop-down, all classes which are defined
in
et3.shared
and its subprojects are displayed in the Symbol List.
Click on the
`+'
sign to the left of
et3.shared
to expand the node.