[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Making menus visible/not visible in the workbench per plugin

I've had success with using the actionSetPartAssociations. This makes a menu option visible or not based on a related view being open. I would have rather have linked the menu to a perspective as opposed to a view, but I'll just include all the necessary views for a perspective to the part associations. Hope this might help anybody else.