Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2020-12-16 11:49:22 +0000
committerMickael Istria2020-12-16 11:49:22 +0000
commit3a259ed4ce6b2dcdcaff3795fb07b6c4eba18cd6 (patch)
treee83c5d7c095efee36921537c3fbe4313a6c2d015
parent6f042adc549393a4a3e30e1f0739c651646fa047 (diff)
downloadeclipse.platform.text-3a259ed4ce6b2dcdcaff3795fb07b6c4eba18cd6.tar.gz
eclipse.platform.text-3a259ed4ce6b2dcdcaff3795fb07b6c4eba18cd6.tar.xz
eclipse.platform.text-3a259ed4ce6b2dcdcaff3795fb07b6c4eba18cd6.zip
Change-Id: I40d408f48b9c23800d5061344c6fbc79bcbd0ad7 Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--org.eclipse.ui.editors/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.editors/plugin.xml b/org.eclipse.ui.editors/plugin.xml
index 3ba076fc1fc..7e8bc11c6fe 100644
--- a/org.eclipse.ui.editors/plugin.xml
+++ b/org.eclipse.ui.editors/plugin.xml
@@ -180,8 +180,8 @@
</enabledWhen>
</handler>
<handler
- class="org.eclipse.ui.internal.editors.text.folding.CollapseAllHandler"
- commandId="org.eclipse.ui.edit.text.folding.collapse_all">
+ class="org.eclipse.ui.internal.editors.text.folding.CollapseHandler"
+ commandId="org.eclipse.ui.edit.text.folding.collapse">
<enabledWhen>
<with
variable="activePart">

Back to the top