1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +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

@ -572,3 +572,5 @@ 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

View file

@ -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