Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/concepts/cdt_c_views.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/concepts/cdt_c_views.htm5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_views.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_views.htm
index 5e33ccd8a25..2b3fb6bb481 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_views.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_views.htm
@@ -25,9 +25,11 @@ The <b>C/C++</b> perspective displays these panels in a single Eclipse window. <
<dl>
<dt>C/C++ Projects</dt><dd>Shows your C/C++ projects and files.It operates in much the same way as the <b>Navigator</b>.</dd>
<dt>Console</dt><dd>Displays your program's output, as well as the output from your build command.</dd>
- <dt>Make Targets</dt><dd>Enables you to select the make targets you want to build for a particular CPU.</dd>
+ <dt>Editor</dt><dd>The C/C++ editor view provides specialized features for editing C/C++ related files.</dd>
+ <dt>Make Targets</dt><dd>Enables you to select the make targets you want to build in your workspace.</dd>
<dt>Navigator</dt><dd>Shows all of the file system's files under your workspace directory.</dd>
<dt>Outline</dt><dd>Displays the structure of the file currently open in an editor.</dd>
+ <dt>Problems View</dt><dd>If you encounter any errors during a build they will be displayed in the Problems view.</dd>
<dt>Properties</dt><dd>Shows the attributes of the item currently selected in a view or an editor.</dd>
<dt>Search</dt><dd>Shows the results of searches for files or text.</dd>
<dt>Tasks</dt> <dd>Lists tasks that want to keep track of, either as a schedule of things to do or a history of things that have been done.</dd>
@@ -40,7 +42,6 @@ The <b>C/C++</b> perspective displays these panels in a single Eclipse window. <
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
-<br><a href="../reference/cdt_u_brkpnts.htm">Breakpoints view</a>
<br><a href="../reference/cdt_u_console_view.htm">Console view</a>
<br><a href="../reference/cdt_u_dbg_view.htm">Debug view</a>
<br><a href="../reference/cdt_u_expressions_view.htm">Expressions view</a>

Back to the top