mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Enable Resume Without Signal action only if plug-in is active
This commit is contained in:
parent
e65eee8ef2
commit
3a389ae973
1 changed files with 11 additions and 1 deletions
|
@ -206,7 +206,17 @@
|
|||
class="org.eclipse.cdt.debug.internal.ui.actions.SignalZeroWorkbenchActionDelegate"
|
||||
menubarPath="threadGroup"
|
||||
id="org.eclipse.cdt.debug.internal.ui.actions.SignalZeroWorkbenchActionDelegate">
|
||||
<selection class="org.eclipse.cdt.debug.core.model.IResumeWithoutSignal"/>
|
||||
<enablement>
|
||||
<and>
|
||||
<pluginState
|
||||
id="org.eclipse.cdt.debug.ui"
|
||||
value="activated">
|
||||
</pluginState>
|
||||
<objectClass
|
||||
name="org.eclipse.cdt.debug.core.model.IResumeWithoutSignal">
|
||||
</objectClass>
|
||||
</and>
|
||||
</enablement>
|
||||
</action>
|
||||
</viewerContribution>
|
||||
<viewerContribution
|
||||
|
|
Loading…
Add table
Reference in a new issue