carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_c_editor_scalability.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>Editor Scalability preferences</title>
       
     8 	<link rel="stylesheet" type="text/css" href="../help.css">
       
     9 </head>
       
    10 <body>
       
    11 
       
    12 <h1>Scalability preferences</h1>
       
    13 
       
    14 <p>Use the <b>Scalability</b> preference panel to configure options for dealing with large source files. Click <b>Window &gt; Preferences &gt; C/C++ &gt; Editor &gt; Scalability</b> to make changes.</p>
       
    15 <img src="../images/editor_scalability_preferences.png"  alt="Scalability Preferences">
       
    16 
       
    17 	<table width="600px" cellpadding="5" cellspacing="0" border="1" >
       
    18 	<caption><b>Scalability Preference Options</b></caption>
       
    19 	<colgroup>
       
    20 		<col width="30%" valign="top" >
       
    21 		<col width="70%" valign="top" >
       
    22 	</colgroup>
       
    23 	<tbody>
       
    24 		<tr>
       
    25 			<td><b>Alert me when scalability mode will be turned on</b></td>
       
    26 			<td>If enabled, an information dialog pops up when a large file is opened 
       
    27 			with the C/C++ Editor which exceeds the specified line limit.</td>
       
    28 		</tr>
       
    29 		<tr>
       
    30 			<td><b>Enable scalability mode options when the number of lines in the file is more than</b></td>
       
    31 			<td>If the number of lines in a file exceeds the specified number the C/C++ Editor will 
       
    32 			enable scalability mode and all scalability mode options below will take effect.</td>
       
    33 		</tr>
       
    34 		<tr>
       
    35 			<td><b>Enable all scalability mode options</b></td>
       
    36 			<td>If enabled, all options below are enabled, too.</td>
       
    37 		</tr>
       
    38 		<tr>
       
    39 			<td><b>Disable editor live parsing</b></td>
       
    40 			<td>If enabled, parsing while typing will be disabled. 
       
    41 			This disables also other features like Outline view, semantic highlighting, folding, etc.</td>
       
    42 		</tr>
       
    43 		<tr>
       
    44 			<td><b>Disable semantic highlighting</b></td>
       
    45 			<td>If enabled, C/C++ identifiers will not be colored.</td>
       
    46 		</tr>
       
    47 		<tr>
       
    48 			<td><b>Disable syntax coloring</b></td>
       
    49 			<td>If enabled, no coloring of keywords, comments and literals is done.</td>
       
    50 		</tr>
       
    51 		<tr>
       
    52 			<td><b>Disable parsing-based content assist proposals</b></td>
       
    53 			<td>If enabled, content assist proposals which require parsing the file will not be available.</td>
       
    54 		</tr>
       
    55 		<tr>
       
    56 			<td><b>Disable content assist auto activation</b></td>
       
    57 			<td>If enabled, content assist will not be activated automatically on trigger sequences, like '.', '::' or '->'.</td>
       
    58 		</tr>
       
    59 	</tbody>
       
    60 </table>
       
    61 
       
    62 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
       
    63 <a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p>
       
    64 <p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
       
    65 <br>
       
    66 <a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a><br>
       
    67 <a href="../tasks/cdt_o_con_assist.htm">Working with Content Assist</a></p>
       
    68 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
       
    69 <br>
       
    70 <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
       
    71 <a href="cdt_u_c_code_style_pref.htm">Code Style preferences</a></p>
       
    72 <img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
       
    73 
       
    74 </body>
       
    75 
       
    76 </html>