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

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 is extended
in NSDEE.
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
makefile.targets file for managed builds” (page 114)
), you can add that
target to the Make Target view as a named build icon. Then you can
initiate a build of that target by double-clicking the named build icon in
the Make Target view.
CDT provides additional views for showing call hierarchies, type hierarchies, and more. To see
all views available to you, select Window
→Show View→Other... to open the Show View dialog.
shows the Show View dialog with C/C++-specific views visible.
126
Reference