Previous Next
Restricting information in Symbol List

To look at only those classes defined in a given project, e.g. filebrowser.shared:

  1. In the Project Tree, highlight filebrowser.shared by clicking on its name.
  2. Right-click anywhere in the Project Tree, and choose
    Context menu > Select from filebrowser.shared Only.
  3. 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:
  1. 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.
  2. Highlight et3.shared .
  3. 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.
  4. Click on the `+' sign to the left of et3.shared to expand the node.