1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

Enable completion in preprocessor partitions

This commit is contained in:
Anton Leherbauer 2007-01-26 14:48:19 +00:00
parent 2e34f26a07
commit f6d76dc15d

View file

@ -1488,6 +1488,7 @@
class="org.eclipse.cdt.internal.ui.text.contentassist.LegacyCompletionProposalComputer"
categoryId="org.eclipse.cdt.ui.parserProposalCategory">
<partition type="__dftl_partition_content_type"/>
<partition type="__c_preprocessor"/>
</completionProposalComputer>
</extension>
<!-- template proposals -->
@ -1511,6 +1512,7 @@
<partition type="__c_singleline_comment"/>
<partition type="__c_multiline_comment"/>
<partition type="__c_string"/>
<partition type="__c_preprocessor"/>
</completionProposalComputer>
</extension>