Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 462029b25..4fa4d6646 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -3277,4 +3277,11 @@ M4 = Platform-specific fourth key
description="%GroupLaunch.description">
</launchConfigurationTabGroup>
</extension>
+ <extension
+ point="org.eclipse.ui.genericeditor.hoverProviders">
+ <hoverProvider
+ class="org.eclipse.debug.internal.ui.hover.DebugTextHover"
+ contentType="org.eclipse.core.runtime.text">
+ </hoverProvider>
+ </extension>
</plugin>

Back to the top