1
0
Fork 0
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:
Anton Leherbauer 2010-06-04 08:13:58 +00:00
parent 652e118d0e
commit 2314988bc2
3 changed files with 9 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

View file

@ -571,4 +571,6 @@ ShiftRightAction.label= &Shift Right
ShiftLeftAction.label= S&hift Left
# Decorators
excluded-file.name = C/C++ Files Excluded from Build
excluded-file.name = C/C++ Files Excluded from Build
templatesViewName= Templates

View file

@ -283,6 +283,12 @@
icon="icons/view16/class_hi.gif"
id="org.eclipse.cdt.ui.typeHierarchy"
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>
<!-- The wizards -->
<extension