Community
Participate
Working Groups
http://download.eclipse.org/e4/sdk/drops/I20100616-2127/index.php. While the 'Show In' feature is broken via main menu (see bug 317190) it can still be invoked via context menu. However, many entries are missing which makes the feature useless for me. Regarding Eclipse SDK 4.0 usability this is a blocker for me. It looks like perspectiveExtension are not processed.
As of I20100627-1659 we're up to 3 entries in the editor Show In. Still missing History, Project Explorer, Properties. PW
ShowInMenu invokes WorkbenchPage's getShowInPartIds() method. We got stuff in 3.x, which is nice, but we get a newly instantiated ArrayList in 4.0, not so good.
Reimplemented the method to not return an empty ArrayList. We are still missing the 'Properties' view as a target though.
Contributions targeting popup:org.eclipse.ui.menus.showInMenu should now show up.
Verified in SDK 4.0 - I20100718-2237.