Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2005-06-22 20:47:39 +0000
committerDarin Swanson2005-06-22 20:47:39 +0000
commitb1f7aa5b22e02fe1a21b7166f43f5753f766590d (patch)
tree535edefb036911bf2102c6206da2b96c9811a51e /org.eclipse.debug.ui/schema/stringVariablePresentations.exsd
parent0dcacaba0658db8f27690a837305adca5f95601d (diff)
downloadeclipse.platform.debug-b1f7aa5b22e02fe1a21b7166f43f5753f766590d.tar.gz
eclipse.platform.debug-b1f7aa5b22e02fe1a21b7166f43f5753f766590d.tar.xz
eclipse.platform.debug-b1f7aa5b22e02fe1a21b7166f43f5753f766590d.zip
removed mixed line delimiters
Diffstat (limited to 'org.eclipse.debug.ui/schema/stringVariablePresentations.exsd')
-rw-r--r--org.eclipse.debug.ui/schema/stringVariablePresentations.exsd18
1 files changed, 9 insertions, 9 deletions
diff --git a/org.eclipse.debug.ui/schema/stringVariablePresentations.exsd b/org.eclipse.debug.ui/schema/stringVariablePresentations.exsd
index c4a90523c..d81d9bda8 100644
--- a/org.eclipse.debug.ui/schema/stringVariablePresentations.exsd
+++ b/org.eclipse.debug.ui/schema/stringVariablePresentations.exsd
@@ -72,15 +72,15 @@
<meta.section type="examples"/>
</appInfo>
<documentation>
- The following is an example of a variable presentation contribution:
-&lt;pre&gt;
-&lt;extension point=&quot;org.eclipse.debug.ui.stringVariablePresentations&quot;&gt;
- &lt;variablePresentation
- variableName=&quot;example_variable&quot;
- argumentSelector=&quot;com.example.ExampleArgumentChooser&quot;&gt;
- &lt;/variablePresentation&gt;
-&lt;/extension&gt;
-&lt;/pre&gt;
+ The following is an example of a variable presentation contribution:
+&lt;pre&gt;
+&lt;extension point=&quot;org.eclipse.debug.ui.stringVariablePresentations&quot;&gt;
+ &lt;variablePresentation
+ variableName=&quot;example_variable&quot;
+ argumentSelector=&quot;com.example.ExampleArgumentChooser&quot;&gt;
+ &lt;/variablePresentation&gt;
+&lt;/extension&gt;
+&lt;/pre&gt;
In the above example, the contributed presentation will be used for the variable named &quot;example_variable&quot;. An argument selector is specified to configure an argument applicable to the variable.
</documentation>
</annotation>

Back to the top