Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2010-09-27 16:58:46 +0000
committerDarin Wright2010-09-27 16:58:46 +0000
commit158a4a8309e4e0cd8ea18700aca5141ddfccfc6c (patch)
treeb7eafc6cbb8d9255571ea7ea81492161948811c4 /org.eclipse.debug.examples.ui
parent60eed8be58af6a1378c2f7e62049e3ac705e139c (diff)
downloadeclipse.platform.debug-158a4a8309e4e0cd8ea18700aca5141ddfccfc6c.tar.gz
eclipse.platform.debug-158a4a8309e4e0cd8ea18700aca5141ddfccfc6c.tar.xz
eclipse.platform.debug-158a4a8309e4e0cd8ea18700aca5141ddfccfc6c.zip
Bug 326325 - [Memory View] new monitors added while Memory view is hidden or closed are not shown in the tree
Diffstat (limited to 'org.eclipse.debug.examples.ui')
-rw-r--r--org.eclipse.debug.examples.ui/plugin.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.debug.examples.ui/plugin.xml b/org.eclipse.debug.examples.ui/plugin.xml
index a079cc67c..0507e30ba 100644
--- a/org.eclipse.debug.examples.ui/plugin.xml
+++ b/org.eclipse.debug.examples.ui/plugin.xml
@@ -470,6 +470,11 @@
<renderingBindings
defaultIds="org.eclipse.debug.ui.rendering.raw_memory"
renderingIds="org.eclipse.debug.ui.rendering.raw_memory, org.eclipse.debug.ui.rendering.ascii">
+ <enablement>
+ <instanceof
+ value="org.eclipse.debug.examples.core.pda.model.PDAMemoryBlock">
+ </instanceof>
+ </enablement>
</renderingBindings>
</extension>
</plugin>

Back to the top