Replacement for Action Set Part Association ? [message #1421625] |
Thu, 11 September 2014 12:39  |
Eclipse User |
|
|
|
So I have an extension using actionSetPartAssociations to make a third-party action set (Eclipse text actions in this case) be visible in my editor:
<extension point="org.eclipse.ui.actionSetPartAssociations">
<actionSetPartAssociation targetID="org.eclipse.ui.edit.text.actionSet.presentation">
<part id="org.dsource.ddt.ide.ui.editors.DeeEditor"/>
</actionSetPartAssociation>
</extension>
This extension point is marked as deprecated though, so what alternative is there to do the above? Note that the referred actionset is from a third party, so I can't modify it - I can't change it to commands nor add visibility/enableWhen elements. So is there even a replacement for this? Or is the UI use-case itself something that is not supported/recommended anymore?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05200 seconds