Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNorbert Plött2006-02-02 13:39:28 +0000
committerNorbert Plött2006-02-02 13:39:28 +0000
commit8811ecbb0529c8e2527a131aa14fec08e5093e04 (patch)
tree69a0edce1eeecad5727abb2d666df7a2d8df4de8 /doc
parentfcf2affd05afb1d935de42f8332b8816084bacc1 (diff)
downloadorg.eclipse.cdt-8811ecbb0529c8e2527a131aa14fec08e5093e04.tar.gz
org.eclipse.cdt-8811ecbb0529c8e2527a131aa14fec08e5093e04.tar.xz
org.eclipse.cdt-8811ecbb0529c8e2527a131aa14fec08e5093e04.zip
Added documentation for Completion Proposal Filter preference
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.cdt.doc.user/images/contentAssist_preferences.pngbin15932 -> 74507 bytes
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist.htm7
2 files changed, 7 insertions, 0 deletions
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 1676dc95c87..629953e4093 100644
--- a/doc/org.eclipse.cdt.doc.user/images/contentAssist_preferences.png
+++ b/doc/org.eclipse.cdt.doc.user/images/contentAssist_preferences.png
Binary files 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 a54f38b07f0..840b6f448b3 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
@@ -40,6 +40,13 @@
<p><dt>Foreground for completion proposals</dt>
<dd>Specifies the foreground color of the Content Assist dialog box.</dd>
+ <p><dt>Completion Proposal Filter</dt>
+ <dd>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.
+ </dd>
+
</dl>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>

Back to the top