Project Tab (Project Window)
The Project Tab identifies the programs and components of the project and allows program selection and file editing. Icons associated with each file indicates it type or status.
|
|
|
Icons
|
As programs are added to the project and the initially compiler, they are scanned and any included source or form files are added to the list. The resulting display lists all the files that make up the program.
The source files are presented in a tree format. Clicking on the chevron right (>) adjacent to a file name will expand the list of included files. Clicking on the chevron down (V) will collapse the list. Some system configurattion may show the chevrons and plus (+) and minus (-) signs.
Double clicking a file in the Project Tab will launch the appropriate editor for the file based upon the file extension. The editor for each file type is configured in the Tools/IDE Options dialog on the Extensions page. By default, form files will be opened by the Sunbelt Form Designer and Source files (.PLS, .INC, .DBS) are modified using the IDE Studio's source editor.
Right clicking on the Project Tab tree will display a shortcut menu. This menu allows items to be quickly added and removed from the project. Other menu functions allow for the execution or debugging of the selected project item.
A toolbar at the top of the Project Tab provides access to functins often used when working with the project files.
A selection box beneath the project toolbar allows quick selection of the currently active program. The active program is the program that will be built, debugged, or used by other IDE functions by default.
Items in the Project Map are grouped by Forms and Inclusion files by default, The IDE Behavior page of the Options dialog (Tools/Options) allows grouping file by their extension or in the same order as previous version of SunIDE (no grouping just alphabetical sequence).
The Project Tab also includes a Find feature to aid in locating inclusions or forms in large programs. The Find section of the Project Tab is made visible using an option on the Tools/Options Behavior tab. After selecting a program, simply enter two or more characters in the find input box and matching files will be listed. Clicking a file shown in the matching files list will highlight the file in the project file tree.

![]() |