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 @@ Content Assist preferences +

Content Assist preferences

-

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.

Content Assist Preferences Dialog Box

- +
- + + + + + + + - + - + - + - + - + - + diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist_adv.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist_adv.htm index 52c06134a4e..f8d9db234fc 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist_adv.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist_adv.htm @@ -6,34 +6,41 @@ Advanced preferences +

Advanced preferences

-

Use the Advanced panel in the Preferences window to configure the behavior of the Content Assist (Ctrl+Space) command.

+

Use the Advanced panel in the Preferences window to configure the behavior of the Content Assist (Ctrl+Space) command.

Content Assist Preferences Dialog Box

-
Content Assist Preference Options
OptionDescription
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.
+
- + + + + + + + - + - + - + diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_code_temp.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_code_temp.htm index b2a31ee7cad..5372b868604 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_code_temp.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_code_temp.htm @@ -12,7 +12,7 @@

Templates preferences

-

Use the Templates preference panel to manipulate any of the common templates predefined within CDT or create your own. To modify, delete, export, +

Use the Templates preference panel to manipulate any of the common templates predefined within CDT or create your own. To modify, delete, export, import, or create your own templates click Window > Preferences > C/C++ > Templates.

Templates Preferences

Advanced Content Assist Preference Options
OptionDescription
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.