Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-02-22 22:05:17 +0000
committerDarin Wright2005-02-22 22:05:17 +0000
commitc560e118d5b28e23beba3c8a784ba7248f9741f6 (patch)
tree00ffb4ab1b818e075f8916990ddedafb701e2df5 /org.eclipse.debug.ui/schema
parent44da032ba3a9bfc364abeb600e718c68691b9410 (diff)
downloadeclipse.platform.debug-c560e118d5b28e23beba3c8a784ba7248f9741f6.tar.gz
eclipse.platform.debug-c560e118d5b28e23beba3c8a784ba7248f9741f6.tar.xz
eclipse.platform.debug-c560e118d5b28e23beba3c8a784ba7248f9741f6.zip
Bug 86199 - [M5a] Memory view is not updated when padded string is changed
Diffstat (limited to 'org.eclipse.debug.ui/schema')
-rw-r--r--org.eclipse.debug.ui/schema/memoryRenderings.exsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/schema/memoryRenderings.exsd b/org.eclipse.debug.ui/schema/memoryRenderings.exsd
index cdc570b1c..faba4deeb 100644
--- a/org.eclipse.debug.ui/schema/memoryRenderings.exsd
+++ b/org.eclipse.debug.ui/schema/memoryRenderings.exsd
@@ -45,7 +45,7 @@
<element name="renderingType">
<annotation>
<documentation>
- This element defines a rendering. A rendering is comprised of an id, a name, an optional rendering factory, and an optional list of rendering properties.
+ This element defines a rendering type.
</documentation>
</annotation>
<complexType>
@@ -69,7 +69,7 @@
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
- fully qualified name of the Java class that implements &lt;code&gt;org.eclipse.debug.ui.memory.IMemoryRenderingFactory&lt;/code&gt;
+ fully qualified name of the Java class that implements &lt;code&gt;org.eclipse.debug.ui.memory.IMemoryRenderingTypeDelegate&lt;/code&gt;
</documentation>
<appInfo>
<meta.attribute kind="java"/>

Back to the top