diff --git a/doc/org.eclipse.cdt.doc.user/images/contentAssist_preferences.png b/doc/org.eclipse.cdt.doc.user/images/contentAssist_preferences.png index 809b855635a..e82399fc0e1 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/contentAssist_preferences.png and b/doc/org.eclipse.cdt.doc.user/images/contentAssist_preferences.png differ diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist.htm index 0668a223319..0476fb46767 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist.htm @@ -6,49 +6,55 @@
You can customize the Content Assist feature on the Contents Assist panel of the Preferences window. To change the Content Assist preferences click -Window > Preferences > C/C++ > Editor > Content Assist.
+Use the Content Assist panel to customize the Content Assist feature in C/C++ editors.
Option | +Description | +
---|---|
Insert single proposals automatically | Inserts an element into your code when the Content Assist feature finds only one proposal. |
Insert common prefixes automatically | Inserts common prefixes. |
Completion Proposal Filter | Completion proposal filters may have been supplied with your Eclipse CDT distribution. 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. |
Enable "." as trigger | Enable to use "." as a trigger for auto-completion. |
Enable "->" as trigger | Enable to use "->" as a trigger for auto-completion. |
Enable "::" as trigger | Enable to use "::" as a trigger for auto-completion. |
delay (ms) | Specifies the number of milliseconds before Content Assist is activated. |
Option | +Description | +
---|---|
Default Proposal Kindsy | Specifies the types of proposals Content Assist uses and the key bindings assigned. |
Content Assist Cycling | Specifies the order and types of proposals Content Assist will cycle through. |
Up | Moves the selected proposal item up in the cycling list. |
Down | Moves the selected proposal item down in the cycling list. |