Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAnton Leherbauer2011-06-29 09:39:06 +0000
committerAnton Leherbauer2011-06-29 09:39:06 +0000
commit7cfdf1b5e238785de722f095430ef716dcb2e696 (patch)
tree18a266661f6cfd4f94645923f79ce9b78422dfa8 /core
parentdbfc9b886ba77b7a5955a3462660e947c935feea (diff)
downloadorg.eclipse.cdt-7cfdf1b5e238785de722f095430ef716dcb2e696.tar.gz
org.eclipse.cdt-7cfdf1b5e238785de722f095430ef716dcb2e696.tar.xz
org.eclipse.cdt-7cfdf1b5e238785de722f095430ef716dcb2e696.zip
Bug 350448 - [Content Assist] Cannot disable help-proposals
Diffstat (limited to 'core')
-rw-r--r--core/org.eclipse.cdt.ui/plugin.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml
index 0c7eac87585..047744ab5e4 100644
--- a/core/org.eclipse.cdt.ui/plugin.xml
+++ b/core/org.eclipse.cdt.ui/plugin.xml
@@ -3055,15 +3055,6 @@
<partition type="__c_preprocessor"/>
</completionProposalComputer>
</extension>
- <extension
- id="HelpCompletionProposalComputer"
- point="org.eclipse.cdt.ui.completionProposalComputer">
- <completionProposalComputer
- categoryId="org.eclipse.cdt.ui.parserProposalCategory"
- class="org.eclipse.cdt.internal.ui.text.contentassist.HelpCompletionProposalComputer">
- <partition type="__dftl_partition_content_type"/>
- </completionProposalComputer>
- </extension>
<!-- template proposals -->
<extension
point="org.eclipse.cdt.ui.completionProposalComputer"

Back to the top