Owner's manual

6 Reference
The NonStop Development perspective is an extension of the C/C++ perspective. This chapter
provides reference information about the many ways in which the C/C++ perspective has been
extended in NSDEE. In particular, this chapter provides reference information on the following
topics:
“Views and editors” (page 122)
“New project wizards” (page 126)
“New file, folder, and class wizards” (page 131)
“Tools” (page 133)
“Preferences” (page 38)
“Properties” (page 141)
“Menus” (page 145)
“Icons” (page 146)
Views and editors
The NonStop Development perspective provides the same views and editors available in the C/C++
perspective with the addition of COBOL and pTAL editor views and the addition of the NonStop
Project Explorer view.
By default, the NonStop Development perspective shows the views in Table 5 (page 122). For details
on views provided by CDT, refer to the C/C++ Development User Guide.
Table 5 NonStop views
DescriptionProviderView
Displays projects in a tree structure so you can browse, open, and
manage your project's files. Using the context menu, you can perform
NSDEENonStop Project
Explorer
many actions from the NonStop Project Explorer, such as initiating builds
and changing the active build configuration.
An editor for COBOL source files that provides syntax highlighting.NSDEECOBOL Editor
An editor for pTAL source files that provides syntax highlighting.NSDEEpTAL Editor
An editor for C/C++ source files that provides many specialized features
for C/C++.
CDTC/C++ Editor
Provides a list of build errors and warnings for all open projects shown
in the NonStop Project Explorer. Double-click a warning or error to open
an editor to the file location responsible for the error or warning.
CDTProblems
Automatically lists C/C++ source file comments containing the text
FIXME or TODO. Double-click an entry to open a C/C++ source file that
contains the comment. You can also add your own task entries.
CDTTasks
Displays output of running processes (including build processes and
NonStop applications launched from NSDEE) and accepts keyboard
input to a running process.
CDTConsole
Displays properties of the resource (such as a project, directory, or file)
selected in the NonStop Project Explorer.
CDTProperties
Displays a list of structural elements of a C/C++ source file open in a
C/C++ editor. (Does not display an outline for COBOL or pTAL sources.)
CDTOutline
Allows you to initiate builds for custom make targets. If you add a custom
make target to a makefile.targets file (see “Creating a
CDTMake Target
122 Reference