Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Contributing commands to multiple instances of the same view
Contributing commands to multiple instances of the same view [message #1022469] Thu, 21 March 2013 23:53
Camilo Bernal is currently offline Camilo BernalFriend
Messages: 7
Registered: December 2012
Junior Member
Hi all,

I'm currently attempting to add a menu command to multiple instances of the same view by using the menuContribution extension. What I'm trying to figure out is how to contribute the same menu command to these views. So far, I've specified a locationURI of the form menu:view.id. However, since the multiple view instances require a secondary id, we now have ids of the form menu:view.id:sid. Thus, the command is only visible on the the view with the original id. Some possible solutions I've found use pre-determined ids, but in my case we can't predict the number of view instances. Any suggestions?
Previous Topic:ContentProposal on Combo - problem with Linux
Next Topic:Eclipse Job doesn't have a sleep(long timeout) API
Goto Forum:
  


Current Time: Thu Apr 25 23:34:07 GMT 2024

Powered by FUDForum. Page generated in 0.03282 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top