blob: 05476bf8e601c38697d8593c28f240ddc5ea8a8d [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Content Assist preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head>
<body>
<div role="main"><h1>Content Assist preferences</h1>
<p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeAssistPreferencePage)")'>Content Assist</a> panel to customize the Content Assist feature in C/C++ editors.</p>
<p><img src="../images/contentAssist_preferences.png" alt="Content Assist Preferences Dialog Box"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" fgcolor="#DDD" >
<caption><strong>Content Assist Preference Options</strong></caption>
<colgroup>
<col width="30%" valign="top" >
<col width="70%" valign="top" >
</colgroup>
<thead>
<tr>
<th id="option"><strong>Option</strong></th>
<th id="description"><strong>Description</strong></th>
</tr>
</thead>
<tbody>
<tr valign="top" >
<td headers="option"><strong>Insert single proposals automatically</strong></td>
<td headers="description">Inserts an element into your code when the Content Assist feature finds only one proposal.</td>
</tr>
<tr valign="top">
<td headers="option"><strong>Insert common prefixes automatically</strong></td>
<td headers="description">Inserts common prefixes.</td>
</tr>
<tr valign="top">
<td headers="option"><strong>Completion Proposal Filter</strong></td>
<td headers="description">Completion proposal filters may have been supplied with your Eclipse application.
Completion proposal filters can sort and order the proposals provided by the Content Assist feature to best suit your needs.
Select the desired content assist filter from the list of available filters.</td>
</tr>
<tr valign="top">
<td headers="option"><strong>Enable "." as trigger</strong></td>
<td headers="description">Enable to use "." as a trigger for auto-completion.</td>
</tr>
<tr valign="top">
<td headers="option"><strong>Enable "->" as trigger</strong></td>
<td headers="description">Enable to use "->" as a trigger for auto-completion.</td>
</tr>
<tr valign="top">
<td headers="option"><strong>Enable "::" as trigger</strong></td>
<td headers="description">Enable to use "::" as a trigger for auto-completion.</td>
</tr>
<tr valign="top">
<td headers="option"><strong>delay (ms)</strong></td>
<td headers="description">Specifies the number of milliseconds before Content Assist is activated.</td>
</tr>
</tbody>
</table>
<p><img 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 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 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" >
</div></body>
</html>