Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2005-03-08 23:35:27 +0000
committerJared Burns2005-03-08 23:35:27 +0000
commitb74b2e89ef3e1f6871e3fc961cb96bcb47c432a8 (patch)
treea39cb537384e534b66cdaec243e30cb5b98e82d2 /org.eclipse.debug.ui/plugin.xml
parent5b338fddc0bba9445633d44a72e17eea8149bb96 (diff)
downloadeclipse.platform.debug-b74b2e89ef3e1f6871e3fc961cb96bcb47c432a8.tar.gz
eclipse.platform.debug-b74b2e89ef3e1f6871e3fc961cb96bcb47c432a8.tar.xz
eclipse.platform.debug-b74b2e89ef3e1f6871e3fc961cb96bcb47c432a8.zip
Bug 52939 - Launch from the context menu in an editor
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 483edb38f..a46b0da8f 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2077,11 +2077,16 @@ M4 = Platform-specific fourth key
adaptableType="org.eclipse.debug.core.sourcelookup.containers.ExternalArchiveSourceContainer">
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
</factory>
- <factory
+ <factory
class="org.eclipse.debug.internal.ui.sourcelookup.SourceContainerAdapterFactory"
adaptableType="org.eclipse.debug.core.sourcelookup.containers.ArchiveSourceContainer">
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
- </factory>
+ </factory>
+ <factory
+ class=""
+ adaptableType="org.eclipse.ui.part.FileEditorInput">
+ <adapter type="org.eclipse.debug.ui.actions.ILaunchable"/>
+ </factory>
</extension>
<!-- ========================================= -->
<!-- Contextual Launch -->

Back to the top