Community
Participate
Working Groups
In the view menu, there should two items, 'Layout' and 'Java'. Only 'Layout' is visible in 4.0.
The <action> elements in a <viewContribution> are being processed but their <menu> elements are not. This can be corrected but there is still an ordering problem because the view's menu is processed via menu managers. Hence, when MMCs are added to the model, they end up in the first position (as the menu has no other _EMF_ children) so you end up having the 'Java' submenu appear before the 'Layout' submenu.
Behaviour we're trying to replicated in 4.1: bug 330367 PW
Created attachment 183305 [details] view actions v01
Released to HEAD PW