Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2012-04-12 07:30:13 +0000
committerDani Megert2012-04-12 07:30:13 +0000
commit967ff7efd0bafb8cce78a2271318a01325496097 (patch)
treefec6c9fce400fcb9f7cc02b91cee43e9ef52cd8f
parentc51226cb07d90bc30e5a72c62eb01a1553cd6a77 (diff)
downloadeclipse.jdt.debug-967ff7efd0bafb8cce78a2271318a01325496097.tar.gz
eclipse.jdt.debug-967ff7efd0bafb8cce78a2271318a01325496097.tar.xz
eclipse.jdt.debug-967ff7efd0bafb8cce78a2271318a01325496097.zip
Fixed bug 374153: [patch][breakpoints] Show accelerator for toggle
breakpoint modifiers in ruler popup menu.
-rw-r--r--org.eclipse.jdt.debug.ui/plugin.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.jdt.debug.ui/plugin.xml b/org.eclipse.jdt.debug.ui/plugin.xml
index 8f0fc9051..66f9b9912 100644
--- a/org.eclipse.jdt.debug.ui/plugin.xml
+++ b/org.eclipse.jdt.debug.ui/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
- Copyright (c) 2005, 2011 IBM Corporation and others.
+ Copyright (c) 2005, 2012 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -903,6 +903,7 @@
helpContextId="manage_breakpoint_action_context"
icon="icons/full/obj16/brkp_obj.gif"
id="org.eclipse.jdt.debug.ui.actions.BreakpointRulerActionDelegate"
+ definitionId="org.eclipse.debug.ui.commands.ToggleBreakpoint"
label="%AddBreakpoint.label"
menubarPath="debug">
</action>
@@ -929,6 +930,7 @@
helpContextId="manage_breakpoint_action_context"
icon="icons/full/obj16/brkp_obj.gif"
id="org.eclipse.jdt.debug.ui.actions.BreakpointRulerActionDelegate"
+ definitionId="org.eclipse.debug.ui.commands.ToggleBreakpoint"
label="%AddBreakpoint.label"
menubarPath="debug">
</action>

Back to the top