Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_editor_view.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_editor_view.htm15
1 files changed, 4 insertions, 11 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_editor_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_editor_view.htm
index 6e60eea5f17..634ecbd8727 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_editor_view.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_editor_view.htm
@@ -12,8 +12,8 @@
<h1>Editor view</h1>
<p>The C/C++ editor provides specialized features for editing C/C++ related files.</p>
<p><img src="../images/view_editor.png" alt="C/C++ Editor" ></p>
- <p>Associated with the editor is a C/C++-specific <a href="cdt_u_outlineview.htm">Outline view</a>, which shows the structure of the active C, C++ or makefile.
- It is updated as you edit these files.</p>
+ <p>Associated with the editor is a C/C++-specific <a href="cdt_u_outlineview.htm">Outline view</a>,
+ which shows the structure of the active C, C++ or makefile. It is updated as you edit these files.</p>
<p>The editor includes the following features:</p>
<ul>
@@ -23,7 +23,7 @@
</ul>
<p>The most common way to invoke the C/C++ editor is to open a file from
- the Navigator or Package explorer using pop-up menus or by clicking the file
+ the Navigator or the C/C++ Project views using pop-up menus or by clicking the file
(single or double-click depending on the user preferences).</p>
<p>The C/C++ editor does not contain a toolbar itself, but relies on the use of the main
@@ -33,15 +33,8 @@ and key binding actions.</p>
</p>
-<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
-
-<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <br>
-
-<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
-
-
<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" >
</p>
</body>

Back to the top