mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
Bug 315527 - Templates view is only available when JDT is installed
This commit is contained in:
parent
652e118d0e
commit
2314988bc2
3 changed files with 9 additions and 1 deletions
BIN
core/org.eclipse.cdt.ui/icons/view16/templates.gif
Normal file
BIN
core/org.eclipse.cdt.ui/icons/view16/templates.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 580 B |
|
@ -571,4 +571,6 @@ ShiftRightAction.label= &Shift Right
|
||||||
ShiftLeftAction.label= S&hift Left
|
ShiftLeftAction.label= S&hift Left
|
||||||
|
|
||||||
# Decorators
|
# Decorators
|
||||||
excluded-file.name = C/C++ Files Excluded from Build
|
excluded-file.name = C/C++ Files Excluded from Build
|
||||||
|
|
||||||
|
templatesViewName= Templates
|
||||||
|
|
|
@ -283,6 +283,12 @@
|
||||||
icon="icons/view16/class_hi.gif"
|
icon="icons/view16/class_hi.gif"
|
||||||
id="org.eclipse.cdt.ui.typeHierarchy"
|
id="org.eclipse.cdt.ui.typeHierarchy"
|
||||||
name="%typeHierarchy.name"/>
|
name="%typeHierarchy.name"/>
|
||||||
|
<view
|
||||||
|
name="%templatesViewName"
|
||||||
|
icon="$nl$/icons/view16/templates.gif"
|
||||||
|
category="org.eclipse.ui"
|
||||||
|
class="org.eclipse.ui.texteditor.templates.TemplatesView"
|
||||||
|
id="org.eclipse.ui.texteditor.TemplatesView" />
|
||||||
</extension>
|
</extension>
|
||||||
<!-- The wizards -->
|
<!-- The wizards -->
|
||||||
<extension
|
<extension
|
||||||
|
|
Loading…
Add table
Reference in a new issue