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:
parent
45b0d41f55
commit
4752115f03
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue