1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00

[303553] comment#14 - Added the breakpoint properties command definition back in.

This commit is contained in:
Pawel Piech 2010-03-15 16:03:56 +00:00
parent eaa4d9f281
commit 6d9cc48125

View file

@ -2080,6 +2080,17 @@
sequence="SHIFT+F7">
</key>
</extension>
<extension
point="org.eclipse.ui.commands">
<command
categoryId="org.eclipse.debug.ui.category.run"
defaultHandler="org.eclipse.cdt.debug.internal.ui.actions.CBreakpointPropertiesHandler"
description="%BreakpointPropertiesCommand.description"
helpContextId="breakpoint_properties_action_context"
id="org.eclipse.cdt.debug.command.breakpointProperties"
name="%BreakpointPropertiesCommand.name">
</command>
</extension>
<extension
point="org.eclipse.ui.menus">
<menuContribution