Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2007-08-20 19:05:10 +0000
committerDarin Wright2007-08-20 19:05:10 +0000
commit915e49c30214e6279a4a9fb91a7c70f963c6a256 (patch)
tree0b6e7d5436cb5e72cd0d8147a28bad158d02d329 /org.eclipse.debug.ui/plugin.xml
parent38f0eda6752aff71557ebcd7677d8e2bb3e0a66f (diff)
downloadeclipse.platform.debug-915e49c30214e6279a4a9fb91a7c70f963c6a256.tar.gz
eclipse.platform.debug-915e49c30214e6279a4a9fb91a7c70f963c6a256.tar.xz
eclipse.platform.debug-915e49c30214e6279a4a9fb91a7c70f963c6a256.zip
Bug 176627 - [Registers view] Switching stack frames: Unnecessary scrolling to top and group closing
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 03d737972..6577a6ca9 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2178,6 +2178,9 @@ M4 = Platform-specific fourth key
<adapter
type="org.eclipse.debug.internal.ui.viewers.model.provisional.IElementMementoProvider">
</adapter>
+ <adapter
+ type="org.eclipse.debug.internal.ui.viewers.model.provisional.IViewerInputProvider">
+ </adapter>
</factory>
<factory
adaptableType="org.eclipse.debug.core.model.IRegisterGroup"

Back to the top