mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Fixed 273306. Correct enablement of Variables view action contributions. The 'enablesFor=1' is not appropriate for the Add Global Variables action. Thhat action does not use the viewers selection as context.
This commit is contained in:
parent
f789f8b6d1
commit
542c042317
1 changed files with 0 additions and 2 deletions
|
@ -757,7 +757,6 @@
|
||||||
</action>
|
</action>
|
||||||
<action
|
<action
|
||||||
helpContextId="add_globals_action_context"
|
helpContextId="add_globals_action_context"
|
||||||
enablesFor="1"
|
|
||||||
label="%AddGlobalsAction.label"
|
label="%AddGlobalsAction.label"
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.AddGlobalsActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.AddGlobalsActionDelegate"
|
||||||
icon="icons/elcl16/watch_globals.gif"
|
icon="icons/elcl16/watch_globals.gif"
|
||||||
|
@ -1143,7 +1142,6 @@
|
||||||
<action
|
<action
|
||||||
helpContextId="add_globals_action_context"
|
helpContextId="add_globals_action_context"
|
||||||
disabledIcon="icons/dlcl16/watch_globals.gif"
|
disabledIcon="icons/dlcl16/watch_globals.gif"
|
||||||
enablesFor="1"
|
|
||||||
toolbarPath="additions"
|
toolbarPath="additions"
|
||||||
label="%AddGlobalsAction.label"
|
label="%AddGlobalsAction.label"
|
||||||
tooltip="%AddGlobalsAction.tooltip"
|
tooltip="%AddGlobalsAction.tooltip"
|
||||||
|
|
Loading…
Add table
Reference in a new issue