mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 19:25:38 +02:00
Fix for bug 70902. TVT3.0: Customize Perspective C++ Debug has duplicated strings.
This commit is contained in:
parent
5786d372c3
commit
7866afdcb1
2 changed files with 21 additions and 28 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-08-10 Mikhail Khodjaiants
|
||||||
|
Fix for bug 70902. TVT3.0: Customize Perspective C++ Debug has duplicated strings.
|
||||||
|
* plugin.xml
|
||||||
|
|
||||||
2004-08-05 Mikhail Khodjaiants
|
2004-08-05 Mikhail Khodjaiants
|
||||||
Cosmetic fix.
|
Cosmetic fix.
|
||||||
* CDebugUIMessages.properties
|
* CDebugUIMessages.properties
|
||||||
|
|
|
@ -147,17 +147,6 @@
|
||||||
label="%RunMenu.label"
|
label="%RunMenu.label"
|
||||||
path="additions"
|
path="additions"
|
||||||
id="org.eclipse.ui.run">
|
id="org.eclipse.ui.run">
|
||||||
<separator
|
|
||||||
name="cBreakpointGroup">
|
|
||||||
</separator>
|
|
||||||
</menu>
|
|
||||||
<menu
|
|
||||||
label="%RunMenu.label"
|
|
||||||
path="additions"
|
|
||||||
id="org.eclipse.ui.run">
|
|
||||||
<separator
|
|
||||||
name="cExpressionGroup">
|
|
||||||
</separator>
|
|
||||||
</menu>
|
</menu>
|
||||||
<action
|
<action
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.JumpToLineActionDelegate"
|
id="org.eclipse.cdt.debug.internal.ui.actions.JumpToLineActionDelegate"
|
||||||
|
@ -176,23 +165,6 @@
|
||||||
</pluginState>
|
</pluginState>
|
||||||
</enablement>
|
</enablement>
|
||||||
</action>
|
</action>
|
||||||
<action
|
|
||||||
id="org.eclipse.cdt.debug.ui.internal.actions.RestartActionDelegate"
|
|
||||||
hoverIcon="icons/full/clcl16/restart.gif"
|
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.RestartActionDelegate"
|
|
||||||
disabledIcon="icons/full/dlcl16/restart.gif"
|
|
||||||
enablesFor="1"
|
|
||||||
icon="icons/full/elcl16/restart.gif"
|
|
||||||
helpContextId="restart_action_context"
|
|
||||||
label="%RestartAction.label"
|
|
||||||
menubarPath="org.eclipse.ui.run/stepGroup">
|
|
||||||
<enablement>
|
|
||||||
<pluginState
|
|
||||||
value="activated"
|
|
||||||
id="org.eclipse.cdt.debug.ui">
|
|
||||||
</pluginState>
|
|
||||||
</enablement>
|
|
||||||
</action>
|
|
||||||
<action
|
<action
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.SignalZeroWorkbenchActionDelegate"
|
id="org.eclipse.cdt.debug.internal.ui.actions.SignalZeroWorkbenchActionDelegate"
|
||||||
hoverIcon="icons/full/clcl16/signal0_co.gif"
|
hoverIcon="icons/full/clcl16/signal0_co.gif"
|
||||||
|
@ -211,6 +183,23 @@
|
||||||
</pluginState>
|
</pluginState>
|
||||||
</enablement>
|
</enablement>
|
||||||
</action>
|
</action>
|
||||||
|
<action
|
||||||
|
id="org.eclipse.cdt.debug.ui.internal.actions.RestartActionDelegate"
|
||||||
|
hoverIcon="icons/full/clcl16/restart.gif"
|
||||||
|
class="org.eclipse.cdt.debug.internal.ui.actions.RestartActionDelegate"
|
||||||
|
disabledIcon="icons/full/dlcl16/restart.gif"
|
||||||
|
enablesFor="1"
|
||||||
|
icon="icons/full/elcl16/restart.gif"
|
||||||
|
helpContextId="restart_action_context"
|
||||||
|
label="%RestartAction.label"
|
||||||
|
menubarPath="org.eclipse.ui.run/stepGroup">
|
||||||
|
<enablement>
|
||||||
|
<pluginState
|
||||||
|
value="activated"
|
||||||
|
id="org.eclipse.cdt.debug.ui">
|
||||||
|
</pluginState>
|
||||||
|
</enablement>
|
||||||
|
</action>
|
||||||
</actionSet>
|
</actionSet>
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
|
|
Loading…
Add table
Reference in a new issue