Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2020-12-14 14:43:04 +0000
committerMickael Istria2020-12-15 08:37:24 +0000
commitba5b573f21f5a0357d9e4af10fdbb05fe93e6903 (patch)
treeda7f8b3fc050fa24b27c42b2f803aadcfed65885 /org.eclipse.ui.editors/plugin.xml
parent43691a1b562b6c08bd459979e03d65125c6d5b4b (diff)
downloadeclipse.platform.text-ba5b573f21f5a0357d9e4af10fdbb05fe93e6903.tar.gz
eclipse.platform.text-ba5b573f21f5a0357d9e4af10fdbb05fe93e6903.tar.xz
eclipse.platform.text-ba5b573f21f5a0357d9e4af10fdbb05fe93e6903.zip
Added icons for collapseAll/expandAllY20201215-1200
Icons taken for platform.ui, used also for collapse/expand all in tree. + Move to Java 11 as BREE Change-Id: I7862f1ce917a242e88a7e4e770164b8c605535ef Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'org.eclipse.ui.editors/plugin.xml')
-rw-r--r--org.eclipse.ui.editors/plugin.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.ui.editors/plugin.xml b/org.eclipse.ui.editors/plugin.xml
index 8029be7d16f..3976749e1b8 100644
--- a/org.eclipse.ui.editors/plugin.xml
+++ b/org.eclipse.ui.editors/plugin.xml
@@ -149,6 +149,17 @@
id="org.eclipse.ui.edit.text.showRulerAnnotationInformation">
</command>
</extension>
+ <extension point="org.eclipse.ui.commandImages">
+ <image
+ commandId="org.eclipse.ui.edit.text.folding.collapse_all"
+ disabledIcon="$nl$/icons/full/dlcl16/collapseall.png"
+ icon="$nl$/icons/full/elcl16/collapseall.png">
+ </image>
+ <image
+ commandId="org.eclipse.ui.edit.text.folding.expand_all"
+ icon="$nl$/icons/full/elcl16/expandall.png">
+ </image>
+ </extension>
<extension
point="org.eclipse.ui.handlers">

Back to the top