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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html lang="en">

<head>
	<meta http-equiv="Content-Language" content="en-us">
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<title>Editor Scalability preferences</title>
	<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>

<h1>Scalability preferences</h1>

<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>
<img src="../images/editor_scalability_preferences.png"  alt="Scalability Preferences">

	<table width="600px" cellpadding="5" cellspacing="0" border="1" >
	<caption><b>Scalability Preference Options</b></caption>
	<colgroup>
		<col width="30%" valign="top" >
		<col width="70%" valign="top" >
	</colgroup>
	<tbody>
		<tr>
			<td><b>Alert me when scalability mode will be turned on</b></td>
			<td>If enabled, an information dialog pops up when a large file is opened 
			with the C/C++ Editor which exceeds the specified line limit.</td>
		</tr>
		<tr>
			<td><b>Enable scalability mode options when the number of lines in the file is more than</b></td>
			<td>If the number of lines in a file exceeds the specified number the C/C++ Editor will 
			enable scalability mode and all scalability mode options below will take effect.</td>
		</tr>
		<tr>
			<td><b>Enable all scalability mode options</b></td>
			<td>If enabled, all options below are enabled, too.</td>
		</tr>
		<tr>
			<td><b>Disable editor live parsing</b></td>
			<td>If enabled, parsing while typing will be disabled. 
			This disables also other features like Outline view, semantic highlighting, folding, etc.</td>
		</tr>
		<tr>
			<td><b>Disable semantic highlighting</b></td>
			<td>If enabled, C/C++ identifiers will not be colored.</td>
		</tr>
		<tr>
			<td><b>Disable syntax coloring</b></td>
			<td>If enabled, no coloring of keywords, comments and literals is done.</td>
		</tr>
		<tr>
			<td><b>Disable parsing-based content assist proposals</b></td>
			<td>If enabled, content assist proposals which require parsing the file will not be available.</td>
		</tr>
		<tr>
			<td><b>Disable content assist auto activation</b></td>
			<td>If enabled, content assist will not be activated automatically on trigger sequences, like '.', '::' or '->'.</td>
		</tr>
	</tbody>
</table>

<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a><br>
<a href="../tasks/cdt_o_con_assist.htm">Working with Content Assist</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<a href="cdt_u_c_code_style_pref.htm">Code Style preferences</a></p>
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >

</body>

</html>