Skip to main content
summaryrefslogtreecommitdiffstats
blob: c93b5292d755e9a2ee0e67f04ecd01011184dd3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!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>Advanced preferences</title>
	<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>

<h1>Advanced preferences</h1>

<p>Use the <b>Advanced</b> panel in the Preferences window to configure the behavior of the Content Assist (Ctrl+Space) command.</p>
<p><img src="../images/contentAssist_adv_preferences.png" alt="Content Assist Preferences Dialog Box"></p>

<table width="600px" cellpadding="5" cellspacing="0" border="1" >
	<caption><b>Advanced Content Assist Preference Options</b></caption>
	<colgroup>
		<col width="30%" valign="top" >
		<col width="70%" valign="top" >
	</colgroup>
	<tbody>
		<tr>
			<td><dt>Default Proposal Kindsy</dt></td>
			<td>Specifies the types of proposals Content Assist uses and the key bindings assigned.</td>
		</tr>
		<tr>
			<td><dt>Content Assist Cycling</dt></td>
			<td>Specifies the order and types of proposals Content Assist will cycle through.</td>
		</tr>
		<tr>
			<td><dt>Up</dt></td>
			<td>Moves the selected proposal item up in the cycling list.</td>
		</tr>
		<tr>
			<td><dt>Down</dt></td>
			<td>Moves the selected proposal item down in the cycling list.</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>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >

</body>

</html>

Back to the top