Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2004-11-29 16:25:37 +0000
committerDarin Swanson2004-11-29 16:25:37 +0000
commit87d81a17eef3c3b070c9c9d8e76e15c1940b73a5 (patch)
treebb792337318d10a78264a1cd34540782e8dc47b0 /org.eclipse.debug.ui/schema
parenta01da8f63c52390c5f070a56e8f61ab4557fe3d1 (diff)
downloadeclipse.platform.debug-87d81a17eef3c3b070c9c9d8e76e15c1940b73a5.tar.gz
eclipse.platform.debug-87d81a17eef3c3b070c9c9d8e76e15c1940b73a5.tar.xz
eclipse.platform.debug-87d81a17eef3c3b070c9c9d8e76e15c1940b73a5.zip
Bug 79043 - Translatable attributes not translated in memoryRenderingTypes extension
Diffstat (limited to 'org.eclipse.debug.ui/schema')
-rw-r--r--org.eclipse.debug.ui/schema/memoryRenderingTypes.exsd123
1 files changed, 60 insertions, 63 deletions
diff --git a/org.eclipse.debug.ui/schema/memoryRenderingTypes.exsd b/org.eclipse.debug.ui/schema/memoryRenderingTypes.exsd
index 1511b239b..4294eca0f 100644
--- a/org.eclipse.debug.ui/schema/memoryRenderingTypes.exsd
+++ b/org.eclipse.debug.ui/schema/memoryRenderingTypes.exsd
@@ -92,11 +92,8 @@
<attribute name="name" type="string" use="required">
<annotation>
<documentation>
- human-readable name of this property
+ name of this property
</documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
</annotation>
</attribute>
<attribute name="value" type="string" use="required">
@@ -194,53 +191,53 @@
<meta.section type="examples"/>
</appInfo>
<documentation>
- The following is an example for defining a new rendering type.
-
-&lt;p&gt;
-&lt;pre&gt;
-&lt;extension
- id=&quot;org.eclipse.debug.ui.renderings&quot;
- name=&quot;Sample Rendering Type&quot;
- point=&quot;org.eclipse.debug.ui.memoryRenderingTypes&quot;&gt;
- &lt;rendering
- name=&quot;Sample Rendering&quot;
- renderingId=&quot;com.example.sampleRendering&quot;
- renderingFactory=&quot;com.example.SampleRenderingsFactory&quot;&gt;
- &lt;renderingProperty
- name=&quot;viewTabFactory&quot;
- value=&quot;com.example.SampleViewTabFactory&quot;&gt;
- &lt;/renderingProperty&gt;
- &lt;viewBinding viewIds=&quot;org.eclipse.debug.ui.MemoryView.RenderingViewPane&quot;/&gt;
- &lt;/rendering&gt;
-&lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
-
-In the above example, a new rendering type, Sample Rendering, is defined. This rendering type supports the rendering view pane from the Memory View.
-&lt;br&gt;&lt;br&gt;
-The following is an example for allowing Sample Rendering to be displayed in the rendering view pane from the Memory View.
-&lt;p&gt;
-&lt;pre&gt;
-&lt;extension
- id=&quot;com.example&quot;
- name=&quot;Sample Rendering Extension&quot;
- point=&quot;org.eclipse.debug.ui.memoryRenderingTypes&quot;&gt;
- &lt;renderingBinding
- renderingIds=&quot;com.example.sampleRendering&quot;&gt;
- &lt;enablement&gt;
- &lt;instanceof value=&quot;com.example.SampleMemoryBlock&quot;/&gt;
- &lt;/enablement&gt;
- &lt;/renderingBinding&gt;
- &lt;defaultRenderings
- renderingIds=&quot;com.example.sampleRendering&quot;&gt;
- &lt;enablement&gt;
- &lt;instanceof value=&quot;com.example.SampleMemoryBlock&quot;/&gt;
- &lt;/enablement&gt;
- &lt;/defaultRenderings&gt;
-&lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
-
+ The following is an example for defining a new rendering type.
+
+&lt;p&gt;
+&lt;pre&gt;
+&lt;extension
+ id=&quot;org.eclipse.debug.ui.renderings&quot;
+ name=&quot;Sample Rendering Type&quot;
+ point=&quot;org.eclipse.debug.ui.memoryRenderingTypes&quot;&gt;
+ &lt;rendering
+ name=&quot;Sample Rendering&quot;
+ renderingId=&quot;com.example.sampleRendering&quot;
+ renderingFactory=&quot;com.example.SampleRenderingsFactory&quot;&gt;
+ &lt;renderingProperty
+ name=&quot;viewTabFactory&quot;
+ value=&quot;com.example.SampleViewTabFactory&quot;&gt;
+ &lt;/renderingProperty&gt;
+ &lt;viewBinding viewIds=&quot;org.eclipse.debug.ui.MemoryView.RenderingViewPane&quot;/&gt;
+ &lt;/rendering&gt;
+&lt;/extension&gt;
+&lt;/pre&gt;
+&lt;/p&gt;
+
+In the above example, a new rendering type, Sample Rendering, is defined. This rendering type supports the rendering view pane from the Memory View.
+&lt;br&gt;&lt;br&gt;
+The following is an example for allowing Sample Rendering to be displayed in the rendering view pane from the Memory View.
+&lt;p&gt;
+&lt;pre&gt;
+&lt;extension
+ id=&quot;com.example&quot;
+ name=&quot;Sample Rendering Extension&quot;
+ point=&quot;org.eclipse.debug.ui.memoryRenderingTypes&quot;&gt;
+ &lt;renderingBinding
+ renderingIds=&quot;com.example.sampleRendering&quot;&gt;
+ &lt;enablement&gt;
+ &lt;instanceof value=&quot;com.example.SampleMemoryBlock&quot;/&gt;
+ &lt;/enablement&gt;
+ &lt;/renderingBinding&gt;
+ &lt;defaultRenderings
+ renderingIds=&quot;com.example.sampleRendering&quot;&gt;
+ &lt;enablement&gt;
+ &lt;instanceof value=&quot;com.example.SampleMemoryBlock&quot;/&gt;
+ &lt;/enablement&gt;
+ &lt;/defaultRenderings&gt;
+&lt;/extension&gt;
+&lt;/pre&gt;
+&lt;/p&gt;
+
In the above example, the Sample Rendering is defined as a valid rendering for SampleMemoryBlock. Whenever SampleMemoryBlock is created in the Memory View, a Sample Rendering will be created.
</documentation>
</annotation>
@@ -250,10 +247,10 @@ In the above example, the Sample Rendering is defined as a valid rendering for S
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
- &lt;p&gt;
-&lt;li&gt;Value of the attribute &lt;b&gt;renderingFactory &lt;/b&gt; must be a fully qualifed name of a Java class that implements &lt;b&gt;IMemoryRenderingFactory&lt;/b&gt;.&lt;/li&gt;
-&lt;li&gt;Value of the attribute &lt;b&gt; value &lt;/b&gt; from the &lt;b&gt;viewTabFactory&lt;/b&gt; rendering property must be a fully qualifed name of a Java class that implements &lt;b&gt;IMemoryViewTabFactory&lt;/b&gt;.&lt;/li&gt;
-&lt;li&gt;Value of the attribute &lt;b&gt;instanceof&lt;/b&gt; from the &lt;b&gt; enablement &lt;/b&gt; element must be a fully qualified name of a Java class that implements the interface &lt;b&gt;IMemoryBlock&lt;/b&gt;.&lt;/li&gt;
+ &lt;p&gt;
+&lt;li&gt;Value of the attribute &lt;b&gt;renderingFactory &lt;/b&gt; must be a fully qualifed name of a Java class that implements &lt;b&gt;IMemoryRenderingFactory&lt;/b&gt;.&lt;/li&gt;
+&lt;li&gt;Value of the attribute &lt;b&gt; value &lt;/b&gt; from the &lt;b&gt;viewTabFactory&lt;/b&gt; rendering property must be a fully qualifed name of a Java class that implements &lt;b&gt;IMemoryViewTabFactory&lt;/b&gt;.&lt;/li&gt;
+&lt;li&gt;Value of the attribute &lt;b&gt;instanceof&lt;/b&gt; from the &lt;b&gt; enablement &lt;/b&gt; element must be a fully qualified name of a Java class that implements the interface &lt;b&gt;IMemoryBlock&lt;/b&gt;.&lt;/li&gt;
&lt;/p&gt;
</documentation>
</annotation>
@@ -263,10 +260,10 @@ In the above example, the Sample Rendering is defined as a valid rendering for S
<meta.section type="implementation"/>
</appInfo>
<documentation>
- The debug platform provides the following rendering types:&lt;br&gt;
-&lt;li&gt;Hex Rendering (rendering id: org.eclipse.debug.ui.rendering.raw_memory)&lt;/li&gt;
-&lt;li&gt;ASCII Rendering (rendering id: org.eclipse.debug.ui.rendering.ascii)&lt;/li&gt;
-&lt;li&gt;Signed Integer Rendering (rendering id: org.eclipse.debug.ui.rendering.signedint)&lt;/li&gt;
+ The debug platform provides the following rendering types:&lt;br&gt;
+&lt;li&gt;Hex Rendering (rendering id: org.eclipse.debug.ui.rendering.raw_memory)&lt;/li&gt;
+&lt;li&gt;ASCII Rendering (rendering id: org.eclipse.debug.ui.rendering.ascii)&lt;/li&gt;
+&lt;li&gt;Signed Integer Rendering (rendering id: org.eclipse.debug.ui.rendering.signedint)&lt;/li&gt;
&lt;li&gt;Unsigned Integer Rendering (rendering id: org.eclipse.debug.ui.rendering.unsignedint) &lt;/li&gt;
</documentation>
</annotation>
@@ -276,10 +273,10 @@ In the above example, the Sample Rendering is defined as a valid rendering for S
<meta.section type="copyright"/>
</appInfo>
<documentation>
- Copyright (c) 2004 IBM Corporation and others.&lt;br&gt;
-All rights reserved. This program and the accompanying materials are made
-available under the terms of the Common Public License v1.0 which
-accompanies this distribution, and is available at
+ Copyright (c) 2004 IBM Corporation and others.&lt;br&gt;
+All rights reserved. This program and the accompanying materials are made
+available under the terms of the Common Public License v1.0 which
+accompanies this distribution, and is available at
&lt;a href=&quot;http://www.eclipse.org/legal/cpl-v10.html&quot;&gt;http://www.eclipse.org/legal/cpl-v10.html&lt;/a&gt;
</documentation>
</annotation>

Back to the top