Eclipse RCP plugin inheritance
I am creating an Eclipse RCP application and have multiple plugins that share the same menus and commands. Is it possible to have the plugins extend one central plugin so that I don't have to program the same menus and commands for each plugin that uses 开发者_如何学编程them? If so, how can I do it?
Just let your "annex" plugins depends on the central one (exporting required packages).
Add menu-command-handler of eclipse, actionSet is outdated
精彩评论