Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 94107c87b..1f9528ec2 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
- Copyright (c) 2005, 2018 IBM Corporation and others.
+ Copyright (c) 2005, 2019 IBM Corporation and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
@@ -776,6 +776,17 @@
label="%RemoveAllTerminatedAction.label"
tooltip="%RemoveAllTerminatedAction.tooltip">
</action>
+ <action
+ id="org.eclipse.debug.ui.debugview.toolbar.collapseAll"
+ toolbarPath="threadGroup"
+ hoverIcon="$nl$/icons/full/elcl16/collapseall.png"
+ class="org.eclipse.debug.internal.ui.actions.LaunchCollapseAllAction"
+ disabledIcon="$nl$/icons/full/dlcl16/collapseall.png"
+ icon="$nl$/icons/full/elcl16/collapseall.png"
+ helpContextId="collapse_all_action_context"
+ label="%CollapseAllAction.label"
+ tooltip="%CollapseAllAction.tooltip">
+ </action>
</viewContribution>
<!-- Contributions to Breakpoints View Toolbar -->

Back to the top