Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorL. Frank Turovich2010-06-26 05:34:39 +0000
committerL. Frank Turovich2010-06-26 05:34:39 +0000
commit637116e4114780427ae947859f6d0b72bd56fcc9 (patch)
tree62727e20c7d7b2633d277ebecab933ba43be4ed0 /doc/org.eclipse.cdt.doc.user/concepts/cdt_c_views.htm
parent2dc367389e423481166b7ff73f9853612ab71461 (diff)
downloadorg.eclipse.cdt-637116e4114780427ae947859f6d0b72bd56fcc9.tar.gz
org.eclipse.cdt-637116e4114780427ae947859f6d0b72bd56fcc9.tar.xz
org.eclipse.cdt-637116e4114780427ae947859f6d0b72bd56fcc9.zip
Updated workbench page and related inked pages to match CDT 7.0.
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.htm11
1 files changed, 5 insertions, 6 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 0ac56785f73..934a97001c6 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
@@ -12,11 +12,11 @@
<h1>Views in the C/C++ perspective</h1>
<p>The C/C++ views are panels that help you perform the tasks involved in creating C/C++ programs.
-The <strong>C/C++</strong> perspective displays these panels in a single Eclipse window. </p>
+The <a href="cdt_c_perspectives.htm">C/C++ perspective</a> displays these panels in a single Eclipse window. </p>
<strong>Changing Views:</strong>
<ul>
- <li>You can add views to a perspective. From the menu bar choose <strong>Window > Show View > Other</strong> and select a new view from the <strong>Show View</strong> dialog.</li>
+ <li>You can add views to a perspective. From the menu bar choose <strong>Window > Show View > Other</strong> and select a new view from the Show View dialog.</li>
<li>To reset the current perspective to its original layout, from the menu bar choose <strong>Window > Reset Perspective</strong>.</li>
</ul>
@@ -24,15 +24,14 @@ The <strong>C/C++</strong> perspective displays these panels in a single Eclipse
<dl>
<dt>Project Explorer</dt><dd>Shows all of the file system's files under your workspace directory.</dd>
- <dt>C/C++ Projects</dt><dd>Displays, in a tree structure, only elements relevant to C and C++ projects.</dd>
<dt>Console</dt><dd>Displays your program's output, as well as the output from your build tools.</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>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>Problems</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>
+ <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>
</dl>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">

Back to the top