Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2010-01-21 05:04:36 +0000
committerPawel Piech2010-01-21 05:04:36 +0000
commitfdfcf440a8a8efca8027f4d673a54826669c999f (patch)
tree9a036d1938b5e3f5b0dde6db9065c4cb5b6b6847 /org.eclipse.debug.ui/plugin.xml
parent9c982be7f7da595b67506ac9a7a81b9f6e9c36d8 (diff)
downloadeclipse.platform.debug-fdfcf440a8a8efca8027f4d673a54826669c999f.tar.gz
eclipse.platform.debug-fdfcf440a8a8efca8027f4d673a54826669c999f.tar.xz
eclipse.platform.debug-fdfcf440a8a8efca8027f4d673a54826669c999f.zip
Bug 235646 - [Expressions View] Add support for columns in the expressions view.
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 31c0eee56..df6f0a92c 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2417,6 +2417,13 @@ M4 = Platform-specific fourth key
</adapter>
</factory>
<factory
+ adaptableType="org.eclipse.debug.core.model.IWatchExpression"
+ class="org.eclipse.debug.internal.ui.views.launch.DebugElementAdapterFactory">
+ <adapter
+ type="org.eclipse.debug.internal.ui.viewers.model.provisional.IElementEditor">
+ </adapter>
+ </factory>
+ <factory
adaptableType="org.eclipse.debug.core.IExpressionManager"
class="org.eclipse.debug.internal.ui.views.launch.DebugElementAdapterFactory">
<adapter
@@ -2428,6 +2435,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.IColumnPresentationFactory">
+ </adapter>
</factory>
<factory
adaptableType="org.eclipse.debug.core.model.IDebugElement"

Back to the top