Viewing part references

You can display a hierarchical view of the EGL parts that are referenced in a program, library, or page-handler part; and you can access those parts:

  1. Open the Parts Reference view in one of two ways--

    • In the Project Explorer, right-click on an EGL file that contains a program, library, or page-handler part. Select Open in Parts Reference.

    • Alternatively, open an EGL file in the EGL editor:

      1. If the Outline view is not displayed, open that view by selecting Show View > Outline from the Window menu

      2. In the Outline view, right-click on a file, then click Open in Parts Reference

  2. The program, library, or page-handler part is at the top level of the hierarchy; each referenced part is a sub-item in that hierarchy; and for each part, the view displays parameters, data declarations, use declarations, and functions, as appropriate.

  3. Double-click on a part. The related source file opens in the EGL editor, and the part name is highlighted.

Related concepts
EGL projects, packages, and files
Parts

Related tasks
Locating an EGL source file in the Project Explorer
Opening a part in an .egl file

Related reference
EGL editor