6 reference, Views and editors, Nonstop views – HP Integrity NonStop H-Series User Manual
Page 122

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)
•
•
•
•
•
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
. For details
on views provided by CDT, refer to the C/C++ Development User Guide.
Table 5 NonStop views
Description
Provider
View
Displays projects in a tree structure so you can browse, open, and
manage your project's files. Using the context menu, you can perform
NSDEE
NonStop 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.
NSDEE
COBOL Editor
An editor for pTAL source files that provides syntax highlighting.
NSDEE
pTAL Editor
An editor for C/C++ source files that provides many specialized features
for C/C++.
CDT
C/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.
CDT
Problems
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.
CDT
Tasks
Displays output of running processes (including build processes and
NonStop applications launched from NSDEE) and accepts keyboard
input to a running process.
CDT
Console
Displays properties of the resource (such as a project, directory, or file)
selected in the NonStop Project Explorer.
CDT
Properties
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.)
CDT
Outline
Allows you to initiate builds for custom make targets. If you add a custom
make target to a makefile.targets file (see
CDT
Make Target
122
Reference