Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2012-02-15 18:20:28 +0000
committerMike Rennie2012-02-15 18:20:28 +0000
commit9d517595d3e2881602641a8c14a72e1b826bbe02 (patch)
tree47143e130442d21fe38afb295197fd9a40d703f2 /org.eclipse.debug.ui/plugin.xml
parenta74908547a3902ea5cb5834bb6e89fadffe8e53e (diff)
downloadeclipse.platform.debug-9d517595d3e2881602641a8c14a72e1b826bbe02.tar.gz
eclipse.platform.debug-9d517595d3e2881602641a8c14a72e1b826bbe02.tar.xz
eclipse.platform.debug-9d517595d3e2881602641a8c14a72e1b826bbe02.zip
Bug 371131 - Quick Access causes StackOverflowError when run from
'Breakpoints' view in I20120208-2200
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 99e89165c..3562d3e8d 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -761,21 +761,23 @@
tooltip="%LinkWithDebugView.tooltip">
</action>
<action
- id="org.eclipse.debug.ui.breakpointsView.toolbar.collapseAll"
- toolbarPath="navigationGroup"
class="org.eclipse.debug.internal.ui.actions.breakpoints.BreakpointsCollapseAllAction"
- icon="$nl$/icons/full/elcl16/collapseall.gif"
+ definitionId="org.eclipse.ui.navigate.expandAll"
helpContextId="breakpoints_collapse_all_action_context"
+ icon="$nl$/icons/full/elcl16/collapseall.gif"
+ id="org.eclipse.debug.ui.breakpointsView.toolbar.collapseAll"
label="%CollapseAll.label"
+ toolbarPath="navigationGroup"
tooltip="%CollapseAll.tooltip">
</action>
<action
- id="org.eclipse.debug.ui.breakpointsView.toolbar.expandAll"
- toolbarPath="navigationGroup"
class="org.eclipse.debug.internal.ui.actions.breakpoints.BreakpointsExpandAllAction"
- icon="$nl$/icons/full/elcl16/expandall.gif"
+ definitionId="org.eclipse.ui.navigate.expandAll"
helpContextId="breakpoints_expand_all_action_context"
+ icon="$nl$/icons/full/elcl16/expandall.gif"
+ id="org.eclipse.debug.ui.breakpointsView.toolbar.expandAll"
label="%ExpandAll.label"
+ toolbarPath="navigationGroup"
tooltip="%ExpandAll.tooltip">
</action>
<action

Back to the top