Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2016-11-29 09:26:34 +0000
committerSarika Sinha2016-12-01 10:05:51 +0000
commit20e7f1bfc2337343856efea1b092bd951d71b8ea (patch)
tree7f0b416a5861480de1ad91878b78875ae6c78614 /org.eclipse.debug.ui/plugin.xml
parent97be8772a897b47a48b2d4b6ef33b46811408b7f (diff)
downloadeclipse.platform.debug-20e7f1bfc2337343856efea1b092bd951d71b8ea.tar.gz
eclipse.platform.debug-20e7f1bfc2337343856efea1b092bd951d71b8ea.tar.xz
eclipse.platform.debug-20e7f1bfc2337343856efea1b092bd951d71b8ea.zip
Bug 498426 - Breakpoints view: Allow to sort by breakpoints creationY20161201-1000I20161201-2000I20161201-0800
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index a2e624dc3..cfcd73fe9 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -853,6 +853,14 @@
label="%GroupBy.label"
tooltip="%GroupBy.tooltip">
</action>
+ <action
+ id="org.eclipse.debug.ui.breakpointsView.toolbar.sortByAction"
+ menubarPath="defaultBreakpointGroup"
+ class="org.eclipse.debug.internal.ui.actions.breakpointSortBy.SortBreakpointsByAction"
+ helpContextId="sort_breakpoints_by_action_context"
+ label="%SortBy.label"
+ tooltip="%SortBy.tooltip">
+ </action>
</viewContribution>
<!-- Contributions to Expression View Toolbar -->
<viewContribution

Back to the top