mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Breakpoint and expression related actions enablemnt should not depend on the activation of the debuggger plugin.
This commit is contained in:
parent
6f341e4ccb
commit
8675ca55a7
2 changed files with 5 additions and 96 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-06-15 Mikhail Khodjaiants
|
||||||
|
Breakpoint and expression related actions enablemnt should not depend
|
||||||
|
on the activation of the debuggger plugin.
|
||||||
|
* plugin.xml
|
||||||
|
|
||||||
2004-06-14 Mikhail Khodjaiants
|
2004-06-14 Mikhail Khodjaiants
|
||||||
Implementation of the "Toggle Method Breakpoint" retargettable action.
|
Implementation of the "Toggle Method Breakpoint" retargettable action.
|
||||||
* plugin.properties
|
* plugin.properties
|
||||||
|
|
|
@ -291,12 +291,6 @@
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.CBreakpointPropertiesRulerActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.CBreakpointPropertiesRulerActionDelegate"
|
||||||
menubarPath="debug"
|
menubarPath="debug"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.CBreakpointPropertiesRulerActionDelegate">
|
id="org.eclipse.cdt.debug.internal.ui.actions.CBreakpointPropertiesRulerActionDelegate">
|
||||||
<enablement>
|
|
||||||
<pluginState
|
|
||||||
value="activated"
|
|
||||||
id="org.eclipse.cdt.debug.ui">
|
|
||||||
</pluginState>
|
|
||||||
</enablement>
|
|
||||||
</action>
|
</action>
|
||||||
<action
|
<action
|
||||||
label="%EnableBreakpoint.label"
|
label="%EnableBreakpoint.label"
|
||||||
|
@ -304,12 +298,6 @@
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.EnableDisableBreakpointRulerActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.EnableDisableBreakpointRulerActionDelegate"
|
||||||
menubarPath="debug"
|
menubarPath="debug"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.EnableDisableBreakpointRulerActionDelegate">
|
id="org.eclipse.cdt.debug.internal.ui.actions.EnableDisableBreakpointRulerActionDelegate">
|
||||||
<enablement>
|
|
||||||
<pluginState
|
|
||||||
value="activated"
|
|
||||||
id="org.eclipse.cdt.debug.ui">
|
|
||||||
</pluginState>
|
|
||||||
</enablement>
|
|
||||||
</action>
|
</action>
|
||||||
<action
|
<action
|
||||||
label="%AddBreakpoint.label"
|
label="%AddBreakpoint.label"
|
||||||
|
@ -317,12 +305,6 @@
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate"
|
||||||
menubarPath="debug"
|
menubarPath="debug"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate">
|
id="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate">
|
||||||
<enablement>
|
|
||||||
<pluginState
|
|
||||||
value="activated"
|
|
||||||
id="org.eclipse.cdt.debug.ui">
|
|
||||||
</pluginState>
|
|
||||||
</enablement>
|
|
||||||
</action>
|
</action>
|
||||||
</viewerContribution>
|
</viewerContribution>
|
||||||
<viewerContribution
|
<viewerContribution
|
||||||
|
@ -335,12 +317,6 @@
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.AddExpressionEditorActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.AddExpressionEditorActionDelegate"
|
||||||
menubarPath="additions"
|
menubarPath="additions"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.AddExpressionActionDelegate">
|
id="org.eclipse.cdt.debug.internal.ui.actions.AddExpressionActionDelegate">
|
||||||
<enablement>
|
|
||||||
<pluginState
|
|
||||||
value="activated"
|
|
||||||
id="org.eclipse.cdt.debug.ui">
|
|
||||||
</pluginState>
|
|
||||||
</enablement>
|
|
||||||
</action>
|
</action>
|
||||||
<action
|
<action
|
||||||
label="%JumpToLineAction.label"
|
label="%JumpToLineAction.label"
|
||||||
|
@ -383,12 +359,6 @@
|
||||||
menubarPath="additions"
|
menubarPath="additions"
|
||||||
enablesFor="1"
|
enablesFor="1"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.CBreakpointPropertiesAction">
|
id="org.eclipse.cdt.debug.internal.ui.actions.CBreakpointPropertiesAction">
|
||||||
<enablement>
|
|
||||||
<pluginState
|
|
||||||
value="activated"
|
|
||||||
id="org.eclipse.cdt.debug.ui">
|
|
||||||
</pluginState>
|
|
||||||
</enablement>
|
|
||||||
</action>
|
</action>
|
||||||
</objectContribution>
|
</objectContribution>
|
||||||
<viewerContribution
|
<viewerContribution
|
||||||
|
@ -414,12 +384,6 @@
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.CBreakpointPropertiesRulerActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.CBreakpointPropertiesRulerActionDelegate"
|
||||||
menubarPath="debug"
|
menubarPath="debug"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.CBreakpointPropertiesRulerActionDelegate">
|
id="org.eclipse.cdt.debug.internal.ui.actions.CBreakpointPropertiesRulerActionDelegate">
|
||||||
<enablement>
|
|
||||||
<pluginState
|
|
||||||
value="activated"
|
|
||||||
id="org.eclipse.cdt.debug.ui">
|
|
||||||
</pluginState>
|
|
||||||
</enablement>
|
|
||||||
</action>
|
</action>
|
||||||
<action
|
<action
|
||||||
label="%EnableBreakpoint.label"
|
label="%EnableBreakpoint.label"
|
||||||
|
@ -427,12 +391,6 @@
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.EnableDisableBreakpointRulerActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.EnableDisableBreakpointRulerActionDelegate"
|
||||||
menubarPath="debug"
|
menubarPath="debug"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.EnableDisableBreakpointRulerActionDelegate">
|
id="org.eclipse.cdt.debug.internal.ui.actions.EnableDisableBreakpointRulerActionDelegate">
|
||||||
<enablement>
|
|
||||||
<pluginState
|
|
||||||
value="activated"
|
|
||||||
id="org.eclipse.cdt.debug.ui">
|
|
||||||
</pluginState>
|
|
||||||
</enablement>
|
|
||||||
</action>
|
</action>
|
||||||
<action
|
<action
|
||||||
label="%AddBreakpoint.label"
|
label="%AddBreakpoint.label"
|
||||||
|
@ -440,12 +398,6 @@
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate"
|
||||||
menubarPath="debug"
|
menubarPath="debug"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate">
|
id="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate">
|
||||||
<enablement>
|
|
||||||
<pluginState
|
|
||||||
value="activated"
|
|
||||||
id="org.eclipse.cdt.debug.ui">
|
|
||||||
</pluginState>
|
|
||||||
</enablement>
|
|
||||||
</action>
|
</action>
|
||||||
</viewerContribution>
|
</viewerContribution>
|
||||||
<viewerContribution
|
<viewerContribution
|
||||||
|
@ -458,12 +410,6 @@
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.AddExpressionEditorActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.AddExpressionEditorActionDelegate"
|
||||||
menubarPath="additions"
|
menubarPath="additions"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.AddExpressionActionDelegate">
|
id="org.eclipse.cdt.debug.internal.ui.actions.AddExpressionActionDelegate">
|
||||||
<enablement>
|
|
||||||
<pluginState
|
|
||||||
value="activated"
|
|
||||||
id="org.eclipse.cdt.debug.ui">
|
|
||||||
</pluginState>
|
|
||||||
</enablement>
|
|
||||||
</action>
|
</action>
|
||||||
<action
|
<action
|
||||||
label="%JumpToLineAction.label"
|
label="%JumpToLineAction.label"
|
||||||
|
@ -718,12 +664,6 @@
|
||||||
menubarPath="additions"
|
menubarPath="additions"
|
||||||
enablesFor="1"
|
enablesFor="1"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.ManageFunctionBreakpointActionDelegate">
|
id="org.eclipse.cdt.debug.internal.ui.actions.ManageFunctionBreakpointActionDelegate">
|
||||||
<enablement>
|
|
||||||
<pluginState
|
|
||||||
value="installed"
|
|
||||||
id="org.eclipse.cdt.debug.ui">
|
|
||||||
</pluginState>
|
|
||||||
</enablement>
|
|
||||||
</action>
|
</action>
|
||||||
</objectContribution>
|
</objectContribution>
|
||||||
<viewerContribution
|
<viewerContribution
|
||||||
|
@ -897,12 +837,6 @@
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
|
class="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
|
||||||
menubarPath="cDebugActions"
|
menubarPath="cDebugActions"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction">
|
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction">
|
||||||
<enablement>
|
|
||||||
<pluginState
|
|
||||||
value="activated"
|
|
||||||
id="org.eclipse.cdt.debug.ui">
|
|
||||||
</pluginState>
|
|
||||||
</enablement>
|
|
||||||
</action>
|
</action>
|
||||||
</viewContribution>
|
</viewContribution>
|
||||||
<viewContribution
|
<viewContribution
|
||||||
|
@ -921,12 +855,6 @@
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
|
class="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
|
||||||
menubarPath="cDebugActions"
|
menubarPath="cDebugActions"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction">
|
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction">
|
||||||
<enablement>
|
|
||||||
<pluginState
|
|
||||||
value="activated"
|
|
||||||
id="org.eclipse.cdt.debug.ui">
|
|
||||||
</pluginState>
|
|
||||||
</enablement>
|
|
||||||
</action>
|
</action>
|
||||||
</viewContribution>
|
</viewContribution>
|
||||||
<viewContribution
|
<viewContribution
|
||||||
|
@ -996,12 +924,6 @@
|
||||||
tooltip="%ShowFullPathsAction.tooltip"
|
tooltip="%ShowFullPathsAction.tooltip"
|
||||||
menubarPath="cDebugActions"
|
menubarPath="cDebugActions"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction">
|
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction">
|
||||||
<enablement>
|
|
||||||
<pluginState
|
|
||||||
value="activated"
|
|
||||||
id="org.eclipse.cdt.debug.ui">
|
|
||||||
</pluginState>
|
|
||||||
</enablement>
|
|
||||||
</action>
|
</action>
|
||||||
</viewContribution>
|
</viewContribution>
|
||||||
<viewContribution
|
<viewContribution
|
||||||
|
@ -1115,12 +1037,6 @@
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate"
|
||||||
actionID="RulerDoubleClick"
|
actionID="RulerDoubleClick"
|
||||||
id="org.eclipse.cdt.debug.ui.CEditor.ManageBreakpointRulerAction">
|
id="org.eclipse.cdt.debug.ui.CEditor.ManageBreakpointRulerAction">
|
||||||
<enablement>
|
|
||||||
<pluginState
|
|
||||||
value="activated"
|
|
||||||
id="org.eclipse.cdt.debug.ui">
|
|
||||||
</pluginState>
|
|
||||||
</enablement>
|
|
||||||
</action>
|
</action>
|
||||||
</editorContribution>
|
</editorContribution>
|
||||||
<editorContribution
|
<editorContribution
|
||||||
|
@ -1131,12 +1047,6 @@
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate"
|
||||||
actionID="RulerDoubleClick"
|
actionID="RulerDoubleClick"
|
||||||
id="org.eclipse.cdt.debug.ui.CEditor.ManageBreakpointRulerAction">
|
id="org.eclipse.cdt.debug.ui.CEditor.ManageBreakpointRulerAction">
|
||||||
<enablement>
|
|
||||||
<pluginState
|
|
||||||
value="activated"
|
|
||||||
id="org.eclipse.cdt.debug.ui">
|
|
||||||
</pluginState>
|
|
||||||
</enablement>
|
|
||||||
</action>
|
</action>
|
||||||
</editorContribution>
|
</editorContribution>
|
||||||
<editorContribution
|
<editorContribution
|
||||||
|
@ -1147,12 +1057,6 @@
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate"
|
||||||
actionID="RulerDoubleClick"
|
actionID="RulerDoubleClick"
|
||||||
id="org.eclipse.cdt.debug.ui.CEditor.ManageBreakpointRulerAction">
|
id="org.eclipse.cdt.debug.ui.CEditor.ManageBreakpointRulerAction">
|
||||||
<enablement>
|
|
||||||
<pluginState
|
|
||||||
value="activated"
|
|
||||||
id="org.eclipse.cdt.debug.ui">
|
|
||||||
</pluginState>
|
|
||||||
</enablement>
|
|
||||||
</action>
|
</action>
|
||||||
</editorContribution>
|
</editorContribution>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
Loading…
Add table
Reference in a new issue