From 67af2cf84c9672e52906fd633b7921680faab5ed Mon Sep 17 00:00:00 2001 From: Xavier Coulon Date: Thu, 19 Nov 2015 22:52:55 +0100 Subject: Bug 479856 - Add "Show in>Web Browser" and "Show in>File Browser" Added a menu entry in the popup for the "Show In" group Added 2 menu contributions, one for the Web browser when a DockerContainerPort is selected, and the other one when a DockerContainerVolume is selected Opening in the System Explorer reuses some code borrowed from org.elipse.ui.ide with some adaptations because the host directory for the container volume is not necessarily a file or a folder in the workspace, hence it cannot be adapted (as in IAdaptable) into an IResource Change-Id: Ief810a5b89072c0eed673363df93efb0800ed80d Signed-off-by: Xavier Coulon Reviewed-on: https://git.eclipse.org/r/60815 Reviewed-by: Roland Grunberg Tested-by: Roland Grunberg --- containers/org.eclipse.linuxtools.docker.ui/META-INF/MANIFEST.MF | 1 + 1 file changed, 1 insertion(+) (limited to 'containers/org.eclipse.linuxtools.docker.ui/META-INF') diff --git a/containers/org.eclipse.linuxtools.docker.ui/META-INF/MANIFEST.MF b/containers/org.eclipse.linuxtools.docker.ui/META-INF/MANIFEST.MF index ca3791af75..9150e20569 100644 --- a/containers/org.eclipse.linuxtools.docker.ui/META-INF/MANIFEST.MF +++ b/containers/org.eclipse.linuxtools.docker.ui/META-INF/MANIFEST.MF @@ -29,6 +29,7 @@ Bundle-Localization: plugin Export-Package: org.eclipse.linuxtools.docker.ui, org.eclipse.linuxtools.docker.ui.launch, org.eclipse.linuxtools.docker.ui.wizards, + org.eclipse.linuxtools.internal.docker.ui.commands;x-friends:="org.eclipse.linuxtools.docker.ui.tests", org.eclipse.linuxtools.internal.docker.ui.preferences, org.eclipse.linuxtools.internal.docker.ui.views;x-friends:="org.eclipse.linuxtools.docker.ui.tests", org.eclipse.linuxtools.internal.docker.ui.wizards;x-friends:="org.eclipse.linuxtools.docker.ui.tests" -- cgit v1.2.3