carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/tasks/cdt_t_cust_cpp_editor.htm
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
       
     2 <html lang="en">
       
     3 <head>
       
     4 	<meta http-equiv="Content-Language" content="en-us">
       
     5 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
       
     6 	<title>Customizing the C/C++ editor</title>
       
     7 	<link rel="stylesheet" type="text/css" href="../help.css">
       
     8 <script language="JavaScript">
       
     9 function changeSize(theImage,wd,ht) {
       
    10 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
       
    11 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
       
    12 	else {wdth=wd;hght=ht;}
       
    13 	theImage.style.width=wdth; theImage.style.height=hght;
       
    14 }
       
    15 </script>
       
    16 </head>
       
    17 <!--INFOPOP
       
    18 Customize the appearance of the C/C++ Editor.
       
    19 END INFOPOP-->
       
    20 <body>
       
    21 
       
    22 <h1>Customizing  the C/C++ editor</h1>
       
    23 
       
    24 <p>You can change many of the C/C++ editor preferences.</p>
       
    25 
       
    26 <p>To customize the C/C++ editor preferences:</p>
       
    27 
       
    28 <ol>
       
    29   	<li>Click <b>Window &gt; Preferences</b>.</li><br>
       
    30   	<li>Expand<b> C/C++</b>, and click <b>C/C++ Editor</b>.</li><br>
       
    31 	<li>To set general preferences for the editor click the <b>General</b> tab.<br>
       
    32 	<img src="../images/editor_general_preferences.png"  alt="Editor General Preferences Window"></li>
       
    33 	<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>
       
    34 
       
    35 	<li>To customize the color of the text in the editable area of the C/C++ editor, click the <b>Colors</b> tab.<br>
       
    36 	<img src="../images/editor_color_preferences.png" alt="Editor Color Preferences Window"></li>
       
    37 		 
       
    38 	<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>
       
    39 	<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>
       
    40 	<li>Click <b>OK</b>.</li><br>
       
    41 </ol>
       
    42 
       
    43 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
       
    44 <a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p>
       
    45 <p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
       
    46 <br>
       
    47 <a href="cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a></p>
       
    48 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
       
    49 <br>
       
    50 <a href="../reference/cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
       
    51 <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
       
    52 
       
    53 </body>
       
    54 
       
    55 </html>