To look at only those symbols defined in a given project, e.g.
lib.proj:
In the Project Tree, highlight
lib.proj
by clicking on its name.
Right-click anywhere in the Project Tree, and choose Context menu > Select from
lib.proj Only.
Press the Filters... button.
In the Filters... dialog that appears, select the SymbolTypes tab.
As you can see, all the listed symbols are selected, which means all symbols in all
checkmarked projects are displayed in the Symbol List.
You will now filter the Symbol List to display only the structs in
lib.proj
.
Press the None button and then select the struct check box.
Press the Ok button to apply the changes and close the Filter dialog.
The Symbol List in the Symbol Browser now only displays structs in
lib.proj
.
To look at which structs are defined in
lib.proj
and its subprojects:
Click on the
`-'
sign to the left of
lib.proj
to collapse the node.
You can now view and manipulate
lib.proj
and its subprojects as a single project.
Click on the
`+'
sign to the left of
lib.proj
to expand the node.