Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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
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')
-rw-r--r--org.eclipse.debug.ui/schema/contextViewBindings.exsd28
-rw-r--r--org.eclipse.debug.ui/schema/debugModelContextBindings.exsd24
-rw-r--r--org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd20
-rw-r--r--org.eclipse.debug.ui/schema/stringVariablePresentations.exsd18
4 files changed, 45 insertions, 45 deletions
diff --git a/org.eclipse.debug.ui/schema/contextViewBindings.exsd b/org.eclipse.debug.ui/schema/contextViewBindings.exsd
index ba5ac33dc..0d8211fe2 100644
--- a/org.eclipse.debug.ui/schema/contextViewBindings.exsd
+++ b/org.eclipse.debug.ui/schema/contextViewBindings.exsd
@@ -51,7 +51,7 @@
<attribute name="viewId" type="string" use="required">
<annotation>
<documentation>
- Specifies the identifier of the view which should be associated with the specified context. When the specified context is enabled, this view will be automatically brought to the front. When elements are selected in the Debug view, contexts associated with those elements (as specified by extensions of the debugModelContextBindings extension point) are automatically enabled.
+ Specifies the identifier of the view which should be associated with the specified context. When the specified context is enabled, this view will be automatically brought to the front. When elements are selected in the Debug view, contexts associated with those elements (as specified by extensions of the debugModelContextBindings extension point) are automatically enabled.
Note that this only occurs in perspectives for which the user has requested &quot;automatic view management&quot; via the preferences (by default, only in the Debug perspective).
</documentation>
</annotation>
@@ -66,7 +66,7 @@ Note that this only occurs in perspectives for which the user has requested &quo
<attribute name="autoClose" type="boolean">
<annotation>
<documentation>
- Clients are not intended to specify this attribute except in rare cases.
+ Clients are not intended to specify this attribute except in rare cases.
Specifies whether the view should be automatically closed when the given context is disabled (this occurs when all debug targets that contained the specified context have terminated). When unspecified, the value of this attribute is &lt;code&gt;true&lt;/code&gt;. This attribute should only be specified &lt;code&gt;false&lt;/code&gt; in the unlikely case that a debugging view must remain open even when the user is not debugging.
</documentation>
</annotation>
@@ -88,18 +88,18 @@ Specifies whether the view should be automatically closed when the given context
<meta.section type="examples"/>
</appInfo>
<documentation>
- The following is an example of a context view binding contribution:
-&lt;pre&gt;
-&lt;extension
- point=&quot;org.eclipse.debug.ui.contextViewBindings&quot;&gt;
- &lt;contextViewBinding
- contextId=&quot;com.example.mydebugger.debugging&quot;
- viewId=&quot;com.example.view&quot;
- autoOpen=&quot;true&quot;
- autoClose=&quot;false&quot;&gt;
- &lt;/contextViewBinding&gt;
-&lt;/extension&gt;
-&lt;/pre&gt;
+ The following is an example of a context view binding contribution:
+&lt;pre&gt;
+&lt;extension
+ point=&quot;org.eclipse.debug.ui.contextViewBindings&quot;&gt;
+ &lt;contextViewBinding
+ contextId=&quot;com.example.mydebugger.debugging&quot;
+ viewId=&quot;com.example.view&quot;
+ autoOpen=&quot;true&quot;
+ autoClose=&quot;false&quot;&gt;
+ &lt;/contextViewBinding&gt;
+&lt;/extension&gt;
+&lt;/pre&gt;
In the above example, when a context with the specified identifier is activated by the Debug view, the given view will be automatically opened. When a context which is bound to a different debug model is activated that isn&apos;t associated with the view, the view will not be automatically closed.
</documentation>
</annotation>
diff --git a/org.eclipse.debug.ui/schema/debugModelContextBindings.exsd b/org.eclipse.debug.ui/schema/debugModelContextBindings.exsd
index 1a29468bd..287cbdf14 100644
--- a/org.eclipse.debug.ui/schema/debugModelContextBindings.exsd
+++ b/org.eclipse.debug.ui/schema/debugModelContextBindings.exsd
@@ -6,8 +6,8 @@
<meta.schema plugin="org.eclipse.debug.ui" id="debugModelContextBindings" name="Debug Model Context Bindings"/>
</appInfo>
<documentation>
- This extension point provides a mechanism for specifying a context that should be associated with the given debug model.
-
+ This extension point provides a mechanism for specifying a context that should be associated with the given debug model.
+
The Debug view uses these bindings to automatically enable contexts. When an element in the Debug view which provides an &lt;code&gt;IDebugModelProvider&lt;/code&gt; adapter or a stack frame with the specified debug model identifier is selected, the context with the given identifier will be enabled.
</documentation>
</annotation>
@@ -74,16 +74,16 @@ The Debug view uses these bindings to automatically enable contexts. When an ele
<meta.section type="examples"/>
</appInfo>
<documentation>
- The following is an example of a debug model context binding contribution:
-&lt;pre&gt;
-&lt;extension
- point=&quot;org.eclipse.debug.ui.debugModelContextBindings&quot;&gt;
- &lt;modelContextBinding
- contextId=&quot;com.example.myLanguage.debugging&quot;
- debugModelId=&quot;com.example.myLanguageDebugModel&quot;&gt;
- &lt;/modelContextBinding&gt;
-&lt;/extension&gt;
-&lt;/pre&gt;
+ The following is an example of a debug model context binding contribution:
+&lt;pre&gt;
+&lt;extension
+ point=&quot;org.eclipse.debug.ui.debugModelContextBindings&quot;&gt;
+ &lt;modelContextBinding
+ contextId=&quot;com.example.myLanguage.debugging&quot;
+ debugModelId=&quot;com.example.myLanguageDebugModel&quot;&gt;
+ &lt;/modelContextBinding&gt;
+&lt;/extension&gt;
+&lt;/pre&gt;
In the above example, when a stack frame with the debug model identifier of &quot;com.example.myLanguageDebugModel&quot; is selected, the context with the identifier &quot;com.example.myLanguage.debugging&quot; will be enabled.
</documentation>
</annotation>
diff --git a/org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd b/org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd
index 5629b04ba..0cd1570a0 100644
--- a/org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd
+++ b/org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd
@@ -94,16 +94,16 @@
<meta.section type="examples"/>
</appInfo>
<documentation>
- Following is an example of an source container presentation definition.
-&lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.debug.ui.sourceContainerPresentations&quot;&gt;
- &lt;sourceContainerPresentation
- browserClass=&quot;org.eclipse.debug.internal.ui.sourcelookup.browsers.ProjectSourceContainerBrowser&quot;
- containerTypeID=&quot;org.eclipse.debug.core.containerType.project&quot;
- icon=&quot;icons/full/obj16/prj_obj.gif&quot;
- id=&quot;org.eclipse.debug.ui.containerPresentation.project&quot;&gt;
- &lt;/sourceContainerPresentation&gt;
- &lt;/extension&gt;
+ Following is an example of an source container presentation definition.
+&lt;pre&gt;
+ &lt;extension point=&quot;org.eclipse.debug.ui.sourceContainerPresentations&quot;&gt;
+ &lt;sourceContainerPresentation
+ browserClass=&quot;org.eclipse.debug.internal.ui.sourcelookup.browsers.ProjectSourceContainerBrowser&quot;
+ containerTypeID=&quot;org.eclipse.debug.core.containerType.project&quot;
+ icon=&quot;icons/full/obj16/prj_obj.gif&quot;
+ id=&quot;org.eclipse.debug.ui.containerPresentation.project&quot;&gt;
+ &lt;/sourceContainerPresentation&gt;
+ &lt;/extension&gt;
&lt;/pre&gt;
</documentation>
</annotation>
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