Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-04-24 20:20:00 +0000
committerDarin Wright2009-04-24 20:20:00 +0000
commit64ef7ce559391bca1acf610337c22013589f7db3 (patch)
tree745c641d575757884cf33dbd395e6097dc071737 /org.eclipse.debug.ui/plugin.xml
parentf71645e17f66a0eda55d9fc8daac1718ca25419e (diff)
downloadeclipse.platform.debug-64ef7ce559391bca1acf610337c22013589f7db3.tar.gz
eclipse.platform.debug-64ef7ce559391bca1acf610337c22013589f7db3.tar.xz
eclipse.platform.debug-64ef7ce559391bca1acf610337c22013589f7db3.zip
Bug 273617 - property tester expression doesn't check selected element's type
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index b6dab8b60..86759a856 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1115,6 +1115,7 @@
<with variable="selection">
<count value="+"/>
<iterate>
+ <instanceof value="org.eclipse.core.runtime.IAdaptable"/>
<test property="org.eclipse.debug.ui.canCreateWatchExpression" value="true"/>
</iterate>
</with>

Back to the top