Community
Participate
Working Groups
The snippet below does not work on 4.1. <extension point="org.eclipse.ui.menus"> <menuContribution locationURI="popup:#TextEditorContext?after=additions"> <dynamic class="b.items.CCIImpl" id="b.items.cci"> </dynamic> </menuContribution> </extension>
Looks like it may be because MenuAdditionCacheEntry's addMenuChildren(*) method doesn't consider <dynamic> elements.
Actually, based on bug 332240, it feels like you'll appear if you're nested within a <menu> but won't if you're not?
See also bug 329439 for the targeted view case.
The snippet seems to be working now.