mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +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
|
@ -27,3 +27,5 @@ BreakpointPropertiesAction.label=P&roperties...
|
||||||
ManageWatchpointAction.label=Add C/C++ &Watchpoint...
|
ManageWatchpointAction.label=Add C/C++ &Watchpoint...
|
||||||
AddExpressionAction.label=Add C/C++ &Expression...
|
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">
|
id="org.eclipse.cdt.debug.internal.ui.ErrorStatusHandler">
|
||||||
</statusHandler>
|
</statusHandler>
|
||||||
</extension>
|
</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>
|
</plugin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue