Previous Next
Restricting information in Symbol List

To look at only those symbols defined in a given project, e.g. lib.proj:

  1. In the Project Tree, highlight lib.proj by clicking on its name.
  2. Right-click anywhere in the Project Tree, and choose Context menu > Select from lib.proj Only.
  3. Press the Filters... button.
  4. 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 .
  5. Press the None button and then select the struct check box.
  6. 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:

  1. 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.
  2. Click on the `+' sign to the left of lib.proj to expand the node.