possible to use a view's secondary id in plugin.xml? [message #449117] |
Wed, 10 May 2006 11:52  |
Eclipse User |
|
|
|
Originally posted by: victor.mao.ugs.com
Hi,
I have several view instances for a view, when I bring one instance to front, I want certain menus to show up only for this view instance. I am wondering if there is a way to declaratively to achieve that in plugin.xml without using any java code?
For example, if I have the following:
<extension point="org.eclipse.ui.actionSetPartAssociations">
<actionSetPartAssociation targetID="org.example.sampleActionSetId">
<part id="org.example.sampleview_primaryid"/>
</actionSetPartAssociation>
</extension>
I have checked all docs I an find, I cannot find anything related to use secondary id declarative in plugin.xml.
This may be an enhancement if Eclipse plugin/rcp does not have this feature.
Any ideas about this?
thanks,
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03220 seconds