Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2005-04-25 17:07:51 +0000
committerDoug Schaefer2005-04-25 17:07:51 +0000
commit141d4a2510dd4fa54fb9a61145567c065dc67ccc (patch)
tree8ccf4c388c876abc88bed24eb7cea929429ad3bd /core/org.eclipse.cdt.ui/plugin.xml
parentd85e184a5df8856a774042625c50198444e46160 (diff)
downloadorg.eclipse.cdt-141d4a2510dd4fa54fb9a61145567c065dc67ccc.tar.gz
org.eclipse.cdt-141d4a2510dd4fa54fb9a61145567c065dc67ccc.tar.xz
org.eclipse.cdt-141d4a2510dd4fa54fb9a61145567c065dc67ccc.zip
Hooked up search to the new content assist.
Diffstat (limited to 'core/org.eclipse.cdt.ui/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.ui/plugin.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml
index 994e884dc86..54060e4d2f3 100644
--- a/core/org.eclipse.cdt.ui/plugin.xml
+++ b/core/org.eclipse.cdt.ui/plugin.xml
@@ -1361,6 +1361,10 @@
class="org.eclipse.cdt.internal.ui.text.template.TemplateEngine"
id="CodeTemplates"
priority="2"/>
+ <contributor
+ class="org.eclipse.cdt.internal.ui.text.contentassist.SearchCompletionContributor"
+ id="Search"
+ priority="3"/>
</extension>
</plugin>

Back to the top