From 2314988bc200043ac72f3d0d00870f20924c541d Mon Sep 17 00:00:00 2001 From: Anton Leherbauer Date: Fri, 4 Jun 2010 08:13:58 +0000 Subject: [PATCH] Bug 315527 - Templates view is only available when JDT is installed --- .../org.eclipse.cdt.ui/icons/view16/templates.gif | Bin 0 -> 580 bytes core/org.eclipse.cdt.ui/plugin.properties | 4 +++- core/org.eclipse.cdt.ui/plugin.xml | 6 ++++++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 core/org.eclipse.cdt.ui/icons/view16/templates.gif diff --git a/core/org.eclipse.cdt.ui/icons/view16/templates.gif b/core/org.eclipse.cdt.ui/icons/view16/templates.gif new file mode 100644 index 0000000000000000000000000000000000000000..a396ac7215eea750196b3caaf1b62f8847e0b0b5 GIT binary patch literal 580 zcmZ?wbhEHb6krfwc*el+yS(yCZsF6=_%{jZ5Bws(|M>Im`|lq=|9tuOyL0N=&Z%oY zef|CI$DiMS{{8y>_vf!aKYsr10E$mr+c9;`n~%T5jbb~1>}hK{r>*IkvHJPDpKm|? z`t~RFvzKURE!N3eqLaNu2gt}?Y*w(`yl}a8 z_Tm}y7fE#o8%~W2S(ZO{(Y&hdO>>V=+;VB|;-#}!teC!b^^|*euk761y>&z1{%sw5 zwsdYcihZVS-Pq zr=jR{b^*hgo~>Ry(~Ve_mhgDB`l^Z=i}I>+sH*z5x@&FY6Xn~c<)k%uGCL&9<64=O^km>q!|X*|E7eJ2}|%=r_x0SaHj6 u|NhCXZQX3taGK5n8G!fxoum%9CMBU~9 literal 0 HcmV?d00001 diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 20fa8113c55..503d3b19c14 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -571,4 +571,6 @@ ShiftRightAction.label= &Shift Right ShiftLeftAction.label= S&hift Left # Decorators -excluded-file.name = C/C++ Files Excluded from Build \ No newline at end of file +excluded-file.name = C/C++ Files Excluded from Build + +templatesViewName= Templates diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index b1f6fa1a17d..c3f72edd652 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -283,6 +283,12 @@ icon="icons/view16/class_hi.gif" id="org.eclipse.cdt.ui.typeHierarchy" name="%typeHierarchy.name"/> +