Community
Participate
Working Groups
With the Git Repositories View within the main Eclipse window the 'Show In' context menu contains several views (History, Properties, etc.). When the Git Repositories View is detached from the main window, all instances of the 'Show In' context menu contain '<No Applicable Views>'.
I could also reproduce this when detaching the Outline view, so it's a problem in Eclipse Platform UI (Workbench), not in EGit -> changed product. Eclipse 4.3.0, Eclipse Workbench 3.105.0.v20130529-1406
Good one ! I can trivially repro this on windows using the Package Explorer. Paul, perhaps we have some logic that relies on being able to traverse up to the main window using 'getParent' (which will fail for DW contained views) ?
Gerrit link for review: https://git.eclipse.org/r/17112 org.eclipse.ui.internal.ShowInMenu.getSourcePart() did not work for detached windows.
(In reply to Piotr Aniola from comment #3) > Gerrit link for review: > https://git.eclipse.org/r/17112 > > org.eclipse.ui.internal.ShowInMenu.getSourcePart() did not work for detached > windows. Submitted with http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=04f909bf76c151865e4647a514bb53846db4be6f Removed superfluous 'null' check with http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=2b27206f669049c2bc430a71a09b4e6578c80176
in 4.4.0.I20131028-2000 PW
This caused a regression, see bug 435284.