Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm27
1 files changed, 12 insertions, 15 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm
index bce1ea0a330..889aeb01a38 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm
@@ -13,23 +13,21 @@
C and C++ extensions to the Eclipse workbench. For more information about
Eclipse, see <b>Workbench User Guide &gt; Concepts &gt; Workbench</b>.</p>
-<p>The CDT provides a C/C++ IDE that simplifies many of the same tools that
-you can use from the command line. The CDT can also communicate with many external
-utilities and interpret their responses, such as:</p>
+<p>The CDT provides a C/C++ IDE that simplifies many of the same tools that you can use from the command line. The CDT can also communicate with many external utilities and interpret their responses, for example:
<ul>
<li>Build (such as make).</li>
- <li>Compile (such as gcc). For more information, see
- <a href="http://gcc.gnu.org">http://gcc.gnu.org</a>.</li>
- <li>Debug (such as gdb). For more information, see
- <a href="http://sources.redhat.com/gdb/">http://sources.redhat.com/gdb/</a>.</li>
+ <li>Compile (such as gcc). For more information, see <a href="http://gcc.gnu.org">http://gcc.gnu.org</a>.</li>
+ <li>Debug (such as gdb). For more information, see <a href="http://sources.redhat.com/gdb/">http://sources.redhat.com/gdb/</a>.</li>
</ul>
+<b>Note: </b> while make, gcc and gdb are the examples used in the documentation, virtually any similar set of tools or utilities could be used.</p>
+
<p>The CDT opens as the C/C++ perspective of the Eclipse workbench. The
C/C++ perspective consists of an editor and the following
views:</p>
<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>Console</dt><dd>Displays your program's output, as well as the output from your build and external tool chain.</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>
@@ -37,15 +35,14 @@ views:</p>
<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>
+ <dt>Tasks</dt> <dd>Lists tasks that you 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>For more information, see <b>Workbench User Guide &gt; Concepts &gt; Perspectives</b>.</p>
<h3>CDT updates</h3>
-<p>The <b>Install/Update</b> perspective provides information about your current
-Eclipse installation and provides the framework to manage your updates. For more information, see <b>Workbench User Guide &gt; Tasks &gt; Updating
- features with the update manager</b>.</p>
+<p>The <b>Install/Update</b> wizard provides information about your current Eclipse installation and provides the framework to manage your updates.
+For more information, see <b>Workbench User Guide &gt; Tasks &gt; Updating features with the update manager</b>.</p>
<p>To view a list of the updates available for the toolsets that you
installed, click <b>Help &gt; Software Updates &gt; New Updates</b>.</p>
@@ -65,8 +62,8 @@ FAQ</a>: Provides answers to the most common questions about using the CDT.</li>
<li><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/developer/docs.html?cvsroot=Tools_Project">Developer
Documentation</a>: Provides feature and design specifications for building and extending the CDT.</li>
<li><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/community.html?cvsroot=Tools_Project">CDT
-Community Webpage</a>: Showcases plugins and tools developed by and for the CDT Community.
-If you have tools or plugins that you would like to submit to the CDT Community Page,
+Community Webpage</a>: Showcases plug-ins and tools developed by and for the CDT Community.
+If you have tools or plug-ins that you would like to submit to the CDT Community Page,
use the CDT Development Mailing List or the Eclipse Tools CDT newsgroup.</li>
</ul>
@@ -85,7 +82,7 @@ use the CDT Development Mailing List or the Eclipse Tools CDT newsgroup.</li>
<br>
<a href="../reference/cdt_o_views.htm">Views</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>

Back to the top