Community
Participate
Working Groups
M2 If I add in the additions seperator so that I don't get the missing additions warning using this entry in a menu contribution <separator name="additions" visible="false"> </separator> I will still get the warning because PopUpMenuExtender tests before it reads contributions readStaticActions(); testForAdditions(); if (menuWrapper != null) { mgr = menuWrapper; menuWrapper.removeAll(); } addMenuContributions(originalManager); See org.eclipse.ui.ide for the menu contribution in Bug 203791
Paul do we have a workaround for this - it is annoying to people who use the error view.
Released workaround, removed log. PW
Released a non-api fix to HEAD >20080309 A menu contribution that has an additions separator now gets moved to the front of the queue for processing. This will do for 3.4 (if you provide multiple additions markers the behaviour becomes less deterministic) PW
In I20080325-0100 PW