Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2006-01-18 15:34:05 +0000
committerDoug Schaefer2006-01-18 15:34:05 +0000
commite0a9f12895ca4fb5717e1dcf469382300fb8db32 (patch)
treec2dab70a17673c96273010445a3ce73d06b1e2ea /core/org.eclipse.cdt.ui.tests/plugin.xml
parentc1c84154085d001c1aa977e00968ed72a9b06d5b (diff)
downloadorg.eclipse.cdt-e0a9f12895ca4fb5717e1dcf469382300fb8db32.tar.gz
org.eclipse.cdt-e0a9f12895ca4fb5717e1dcf469382300fb8db32.tar.xz
org.eclipse.cdt-e0a9f12895ca4fb5717e1dcf469382300fb8db32.zip
Bug 104792 - Content proposal filtering feature.
Diffstat (limited to 'core/org.eclipse.cdt.ui.tests/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.ui.tests/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui.tests/plugin.xml b/core/org.eclipse.cdt.ui.tests/plugin.xml
index 5d346cd499e..6e420b224ba 100644
--- a/core/org.eclipse.cdt.ui.tests/plugin.xml
+++ b/core/org.eclipse.cdt.ui.tests/plugin.xml
@@ -121,5 +121,12 @@
id="org.eclipse.cdt.ui.tests.DOMAST.DOMAST.IncludeStatementFilter">
</filter>
</extension>
+ <extension
+ point="org.eclipse.cdt.ui.ProposalFilter">
+ <ProposalFilter
+ class="org.eclipse.cdt.ui.tests.text.contentassist.TestProposalFilter"
+ id="org.eclipse.cdt.ui.tests.TestProposalFilter"
+ name="Testing Completion Filter"/>
+ </extension>
</plugin>

Back to the top