mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Added the 'C/C++ Debug' action group to the preferences.
This commit is contained in:
parent
2baa8c62f5
commit
fa410d22c0
2 changed files with 14 additions and 1 deletions
|
@ -26,4 +26,6 @@ ManageBreakpointAction.label=Add/Remove C/C++ Brea&kpoint
|
|||
BreakpointPropertiesAction.label=P&roperties...
|
||||
ManageWatchpointAction.label=Add C/C++ &Watchpoint...
|
||||
AddExpressionAction.label=Add C/C++ &Expression...
|
||||
RunToLineAction.label=Run To C/C++ &Line
|
||||
RunToLineAction.label=Run To C/C++ &Line
|
||||
|
||||
CDebugActionGroup.name=C/C++ Debug
|
||||
|
|
|
@ -354,5 +354,16 @@
|
|||
id="org.eclipse.cdt.debug.internal.ui.ErrorStatusHandler">
|
||||
</statusHandler>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.debug.ui.debugActionGroups">
|
||||
<debugActionGroup
|
||||
name="%CDebugActionGroup.name"
|
||||
visible="true"
|
||||
id="org.eclipse.cdt.debug.ui.cDebugActionGroup">
|
||||
<action
|
||||
id="org.eclipse.cdt.debug.internal.ui.actions.RestartActionDelegate">
|
||||
</action>
|
||||
</debugActionGroup>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue