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