Cobol and ptal editors, C/c++ editor, Outline view – HP Integrity NonStop H-Series User Manual
Page 125: Make target view, Problems view, Tasks view, Console view

What it represents...
Icon
pTAL source file
Remote NonStop executable
For more information about the C/C++ Project view, see the C/C++ Development User Guide.
COBOL and pTAL editors
COBOL and pTAL editors are text editors with language-specific syntax highlighting added. These
editors provide basic Eclipse editor functionality and can be configured using Eclipse preferences.
For example, you can use:
•
The Keys preference page (Window > Preferences > General > Keys) to change key bindings
for COBOL and pTAL editors.
•
The Text Editors page (Window > Preferences > General > Keys) to change undo history size,
tab width, whether line numbers are shown, and so on.
•
The Code Templates page (Window > Preferences > C/C++ > Code Templates) to change the
template applied to new COBOL and pTAL files. COBOL and pTAL editors do not have the
full range of features available in C/C++ editors.
C/C++ editor
The C/C++ editor provides a rich set of features for editing C and C++ source files. For details,
see the C/C++ Development User Guide.
Outline view
The Outline view provides an outline of C/C++ methods in the currently active C/C++ editor and
can be used to quickly navigate to methods in the active editor. For details, see the C/C++
Development User Guide.
Make Target view
You can use the Make Target view to launch builds using make targets that you have defined in
addition to the standard all, clean, and deploy targets. The Make Target view can be used
for all project types, both local and remote. For details, see the C/C++ Development User Guide.
Problems view
The Problems view shows warnings and errors across all open projects. You can quickly navigate
to source locations responsible for a warning or error by double-clicking the warning or error in
the Problems view. For details, see the C/C++ Development User Guide.
Tasks view
The Tasks view provides a place for you to track tasks. It will automatically add TODO and FIXME
entries that you add to your source code comments in C and C++ source files (but not in pTAL nor
COBOL sources). For details, see the C/C++ Development User Guide.
Console view
The Console view shows build output and output of programs you launch on NonStop, and provides
a debug console for NSDEE's Debug product. For builds that involve more than one project, the
Console view will switch to showing the build output for a particular project when you select that
project in the NonStop Project Explorer view. For details, see the C/C++ Development User Guide.
Views and editors
125