Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Daoust2004-06-21 10:33:03 +0000
committerDavid Daoust2004-06-21 10:33:03 +0000
commitb0f3f77badd77203a102c5730089c783b52fd591 (patch)
tree6c51f81c70a1ca3d750737d7bc3db80eda6f8c85 /doc/org.eclipse.cdt.doc.user/concepts/cdt_c_views.htm
parent9ce85f46dea706d2100296514892a583c0651743 (diff)
downloadorg.eclipse.cdt-b0f3f77badd77203a102c5730089c783b52fd591.tar.gz
org.eclipse.cdt-b0f3f77badd77203a102c5730089c783b52fd591.tar.xz
org.eclipse.cdt-b0f3f77badd77203a102c5730089c783b52fd591.zip
From Dave Williams: Continuing doc cleanup, new tutorials, updated screen captures, changed workflows as required.
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