carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_c_editor_color.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 4.0//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
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
<head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
	<meta http-equiv="Content-Language" content="en-us">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
	<title>Syntax Coloring preferences</title>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
	<link rel="stylesheet" type="text/css" href="../help.css">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
</head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
<body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
<h1>Syntax Coloring preferences</h1>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
<p>The <b>Syntax Coloring</b> preference panel specifies how C/C++ source code is rendered. Each element category (Code, Comments, and Preprocessor) contains a list of language elements that may be rendered with its own color and style.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
	<p>Note that general text editor settings such as the background color can be configured on the general <b>Text Editors</b> preference pages. Fonts may be configured on the general <b>Colors and Fonts</b> preference page</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
	<p><img src="../images/editor_color_preferences.png" alt="Syntax Coloring Preferences Page"></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
	<caption><b>Syntax Coloring Preference Options</b></caption>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
	<colgroup>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
		<col width="30%" valign="top" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
		<col width="70%" valign="top" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
	</colgroup>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
	<tbody>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
		<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
			<td><b>Enable semantic highlighting</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
			<td>Checkmark to activate semantic highlighting of specific structures in the elements listed.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
		</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
		<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
			<td><b>Enable</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
			<td>Makes the selected element active for syntax coloring.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
		</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
		<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
			<td><b>Color</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
			<td>Specifies the color in which to display the selected element.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
		</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
		<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
			<td><b>Bold</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
			<td>Makes the selected element <b>bold</b>.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
		</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
		<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
			<td><b>Italic</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
			<td>Makes the selected element <i>italic</i>.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
		</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
		<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
			<td><b>Strikethrough</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
			<td>Makes the selected element <s>strikethrough</s>.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
		</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
		<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
			<td><b>Underline</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
			<td>Makes the selected element <u>underlined</u>.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
		</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
	</tbody>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    55
</table>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    56
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    57
<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
    58
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    59
<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
    60
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    61
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    62
<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
    63
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    64
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    65
<hr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    66
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    67
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    68
</body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    69
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    70
</html>