carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_c_editor_color.htm
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
       
     2 <html lang="en">
       
     3 
       
     4 <head>
       
     5 	<meta http-equiv="Content-Language" content="en-us">
       
     6 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
       
     7 	<title>Syntax Coloring preferences</title>
       
     8 	<link rel="stylesheet" type="text/css" href="../help.css">
       
     9 </head>
       
    10 
       
    11 <body>
       
    12 
       
    13 <h1>Syntax Coloring preferences</h1>
       
    14 
       
    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>
       
    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>
       
    17 	<p><img src="../images/editor_color_preferences.png" alt="Syntax Coloring Preferences Page"></p>
       
    18 
       
    19 <table width="600px" cellpadding="5" cellspacing="0" border="1" >
       
    20 	<caption><b>Syntax Coloring Preference Options</b></caption>
       
    21 	<colgroup>
       
    22 		<col width="30%" valign="top" >
       
    23 		<col width="70%" valign="top" >
       
    24 	</colgroup>
       
    25 	<tbody>
       
    26 		<tr>
       
    27 			<td><b>Enable semantic highlighting</b></td>
       
    28 			<td>Checkmark to activate semantic highlighting of specific structures in the elements listed.</td>
       
    29 		</tr>
       
    30 		<tr>
       
    31 			<td><b>Enable</b></td>
       
    32 			<td>Makes the selected element active for syntax coloring.</td>
       
    33 		</tr>
       
    34 		<tr>
       
    35 			<td><b>Color</b></td>
       
    36 			<td>Specifies the color in which to display the selected element.</td>
       
    37 		</tr>
       
    38 		<tr>
       
    39 			<td><b>Bold</b></td>
       
    40 			<td>Makes the selected element <b>bold</b>.</td>
       
    41 		</tr>
       
    42 		<tr>
       
    43 			<td><b>Italic</b></td>
       
    44 			<td>Makes the selected element <i>italic</i>.</td>
       
    45 		</tr>
       
    46 		<tr>
       
    47 			<td><b>Strikethrough</b></td>
       
    48 			<td>Makes the selected element <s>strikethrough</s>.</td>
       
    49 		</tr>
       
    50 		<tr>
       
    51 			<td><b>Underline</b></td>
       
    52 			<td>Makes the selected element <u>underlined</u>.</td>
       
    53 		</tr>
       
    54 	</tbody>
       
    55 </table>
       
    56 
       
    57 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
       
    58 <a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p>
       
    59 <p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
       
    60 <br>
       
    61 <a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a></p>
       
    62 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
       
    63 <br>
       
    64 <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
       
    65 <hr>
       
    66 <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
       
    67 
       
    68 </body>
       
    69 
       
    70 </html>