1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 291995 - Unable to modify code template or create a new C++ source file

This commit is contained in:
Anton Leherbauer 2009-10-15 07:16:54 +00:00
parent 45b0d41f55
commit 4752115f03

View file

@ -2460,6 +2460,7 @@
<extension <extension
point="org.eclipse.ui.editors.templates"> point="org.eclipse.ui.editors.templates">
<contextTypeRegistry id="org.eclipse.cdt.ui.editor.CEditor"/> <contextTypeRegistry id="org.eclipse.cdt.ui.editor.CEditor"/>
<contextTypeRegistry id="org.eclipse.cdt.ui.codeTemplates"/>
<contextType <contextType
name="%c.contextType.name" name="%c.contextType.name"
class="org.eclipse.cdt.internal.corext.template.c.CContextType" class="org.eclipse.cdt.internal.corext.template.c.CContextType"