[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Sharing a menu item

How can I share the "Print" button on the File menu? I have a handful of tools which each need to print in their own way, and I'd like them to hook into the "Print" menu item according to which Part is active.

I've declared the various items in their plugin.xml files as "retarget=true" and "allowLabelUpdate=true", and I've successfully placed them where I want in the menu. But I get a separate print item in the menu for every plugin!

Help?  Anyone got an example?
-Eric