Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Update to Tasks section of User Doc


Updated Customizing the C++ Editor to include new screen captures.





Dave Williams
Technical Writer
Rational Software
IBM Software Group
(613) 591-2962
Index: cdt_t_cust_cpp_editor.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_cust_cpp_editor.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_cust_cpp_editor.htm
--- cdt_t_cust_cpp_editor.htm	19 Dec 2003 20:47:29 -0000	1.2
+++ cdt_t_cust_cpp_editor.htm	8 Apr 2004 23:08:25 -0000
@@ -2,12 +2,10 @@
 <html lang="en">
 
 <head>
-<meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Customizing the C/C++ editor</title>
-<link rel="stylesheet" type="text/css" href="../help.css">
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Customizing the C/C++ editor</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 <!--INFOPOP
 Customize the appearance of the C/C++ Editor.
@@ -16,26 +14,24 @@
 
 <h1>Customizing  the C/C++ editor</h1>
 
-<p>You can customize the appearance of the C++ editor by specifying how 
-information is displayed.</p>
+<p>You can change many of the C/C++ editor preferences.</p>
 
 <p>To customize the C/C++ editor preferences:</p>
 
 <ol>
-  <li>Click <b>Window &gt; Preferences</b>.</li>
-  <li>Expand<b> C/C++</b>, click <b>C/C++ Editor</b>.</li>
-  <li>Click 
-  the <b>General</b> tab.</li>
-  <li>Set your preferences and click <b>Apply</b>.</li>
-  <li>To control the information that is displayed in the margins of the C/C++ 
-  editor, click the <b>Annotations</b> tab.</li>
-  <li>To customize the color of the text on the editable area of the C/C++ 
-  editor, click the <b>Colors</b> tab.</li>
-  <li>Set your preferences and click <b>Apply</b>.</li>
-  <li>To customize how Code Assist works, click the <b>Code Assist</b> tab. For 
-  more information, see
-  <p><a href="cdt_t_contentassist.htm">Using Content Assist</a></li>
-  <li>Click <b>OK</b>.</li>
+  	<li>Click <b>Window &gt; Preferences</b>.</li><br>
+  	<li>Expand<b> C/C++</b>, and click <b>C/C++ Editor</b>.</li><br>
+	<li>To set general preferences for the editor click the <b>General</b> tab.<br>
+	<br><br><p><img src="../images/editor_general_preferences.png" border="0" width="670" height="607" alt="Editor General Preferences Dialog Box"></p><br><br>
+	<li>On the General Page set your preferences and click <b>Apply</b>. For a description of the General preferences click <a href="../reference/cdt_u_c_editor_gen.htm">here</a>.</li><br>
+	<li>To control the information that is displayed in the margins of the C/C++ editor, click the <b>Annotations</b> tab.<br>
+	<br><br><p><img src="../images/editor_annotations_preferences.png" border="0" width="670" height="607" alt="Editor Annotations Preferences Dialog Box"></p>	<br><br>
+	<li>On the Annotations page set your preferences and click <b>Apply</b>. For a description of the Annotation preferences click <a href="../reference/cdt_u_c_editor_anno.htm">here</a>.</li><br>
+	<li>To customize the color of the text in the editable area of the C/C++ editor, click the <b>Colors</b> tab.<br>
+	<br><br><p><img src="../images/editor_color_preferences.png" border="0" width="670" height="607" alt="Editor Color Preferences Dialog Box"></p><br><br>
+	<li>On the Colors page set your preferences and click <b>Apply</b>. For a description of the Color preferences click <a href="../reference/cdt_u_c_editor_color.htm">here</a>.</li><br>
+	<li>To customize Content Assist preferences, click the <b>Content Assist</b> tab. For more information, see <a href="cdt_t_contentassist.htm">Using Content Assist</a></li><br>
+	<li>Click <b>OK</b>.</li><br>
 </ol>
 
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>

Back to the top