Views & Perspectives

If you are not familiar with the concepts of Views and Perspectives, please review the Views chapter of the Eclipse Workbench User Guide.

The ProvideX Perspective defines the views, menus, and toolbar items that are used to create and manage resources (files and programs) that are part of a ProvideX application.


ProvideX Builder Preferences


Views

Navigator

The Navigator view displays the projects in the current workspace and the resources in each of these projects. It is used to manage the projects and resources in the workspace.

Outline

The Outline view displays information about the selected resource in the Navigator View. This view will different information based in the resource that is selected as described below:

ProvideX Data Flle
The view will display the structural information for the data file including Name, record size, external key size, and key definitions.
ProvideX Program
The view will display a list of line labels for the program. If the program is a class definition, the list will also include the properties and functions for the class.

Problems

The Problems view is used to record warnings and errors that are generated during the build process for ProvideX programs. This view can be configured to show information about all projects in the current workspace or restricted to only show information about the current project or even the current resource.

Console

The Console view is used for messages that are generated by the build process or contributed tools.

Properties

The Properties view shows operating system information about the currently selected resource including physical name, size, and modification date.

Tasks

The Tasks view can be used to keep track of tasks the need to be completed or work that needs to be done to complete a project. A task can be associated with any file loaded in the ProvideX Editor view by right-clicking in the left margin and choosing Add Task... from the pop-up menu.

NOMADS

When the selected resource is a NOMADS library file, the NOMADS view will display a list of the objects stored in the library. An object can be selected from this view to be maintained or tested. Additional information can be found in the NOMADS Integration section of this documentation.

Embedded Dictionary

When the selected resource is a ProvideX data file that has embedded data dictionary information, the Embedded Dictionary view will display a list of the fields defined for the file.

Bookmarks

The Bookmarks view can be used to keep track of bookmarks that have been assigned to a resource in the project. A bookmark can be associated with any file loaded in the ProvideX Editor view by right-clicking in the left margin and choosing Add Bookmark... from the pop-up menu.


Next Section: ProvideX Editor