Eclipse 4 RCP Application (standalone!): Add “show view” in menu
In my standalone RCP Application (which I start using a product configuration) I would like to add a menu entry "show view" that lists all views I have defined in my persistent application model (an application.e4xmi file) being closed . Currently I do not have any Advisor Classes in use. What I did was to manually add HandledMenuItems for each view and added a CoreExpression as Visible-When Expression . This expression tests for a special key value pair in the application context . The problem here is that I would need a special expression for each view. What would be a good pattern to solve