Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2012-03-21 16:58:01 +0000
committerPawel Piech2012-03-21 17:00:25 +0000
commit05f87406312175c3fe2fd8262d0b9a5f1ac1aa6e (patch)
tree5d2d73a3ed810c3401978a18d87f0c7014fe3cf0
parent90b44ce35ecdfbe54c20e2f2efb2a766a308e2a5 (diff)
downloadeclipse.platform.debug-05f87406312175c3fe2fd8262d0b9a5f1ac1aa6e.tar.gz
eclipse.platform.debug-05f87406312175c3fe2fd8262d0b9a5f1ac1aa6e.tar.xz
eclipse.platform.debug-05f87406312175c3fe2fd8262d0b9a5f1ac1aa6e.zip
Bug 372424 - [menus] Skip All Breakpoints tool is not in a logicalv20120321-1700I20120328-2028I20120328-2020I20120328-2007I20120328-1956
place in the toolbar. Moved breakpointGroup to the front of run/debug toolbar.
-rw-r--r--org.eclipse.debug.ui/plugin.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 00b93055e..3cce26922 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -666,6 +666,10 @@
id="org.eclipse.debug.ui.main.toolbar"
label="%DebugActionSet.label">
<separator
+ name="breakpointGroup"
+ visible="true">
+ </separator>
+ <separator
name="threadGroup"
visible="true">
</separator>
@@ -693,10 +697,6 @@
name="renderGroup"
visible="false">
</separator>
- <separator
- name="breakpointGroup"
- visible="true">
- </separator>
</toolbar>
</menuContribution>
</extension>

Back to the top