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