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:
parent
eaa4d9f281
commit
6d9cc48125
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue