Enable and key bindings [message #525686] |
Wed, 07 April 2010 09:17  |
Eclipse User |
|
|
|
Hi,
How can I enable my key-bindings when I execute an Action that looks like:
<action
class="net.sourceforge.eclipseccase.ui.actions.AssociateProjectAction"
definitionId="net.sourceforge.eclipseccase.ui.actionset.associate"
icon="icons/full/plugin_add.png"
id="net.sourceforge.eclipseccase.ui.actionset.associate"
label="A&ssociate Project"
menubarPath="eclipseccase_menu/projectGroup">
<enablement>
<and>
<objectState
name="open"
value="true">
</objectState>
<not>
<objectState
name="projectPersistentProperty"
value="org.eclipse.team.core.repository=net.sourceforge.eclipseccase.ClearCaseProvider">
</objectState>
</not>
<not>
<objectState
name="associated"
value="net.sourceforge.eclipseccase">
</objectState>
</and>
</enablement>
</action>
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 1.05264 seconds