Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteicher2006-08-10 08:22:48 +0000
committerteicher2006-08-10 08:22:48 +0000
commit490755201bd44344ca77f92332814c6b87162dbc (patch)
tree539510e24240459873c6804bac080bdba63943c6 /org.eclipse.ui.workbench.texteditor/schema
parent384ce4c56663cbf3ef19c906503f3679c480459c (diff)
downloadeclipse.platform.text-490755201bd44344ca77f92332814c6b87162dbc.tar.gz
eclipse.platform.text-490755201bd44344ca77f92332814c6b87162dbc.tar.xz
eclipse.platform.text-490755201bd44344ca77f92332814c6b87162dbc.zip
153048 [rulers] rulerColumns.exsd documentation
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/schema')
-rw-r--r--org.eclipse.ui.workbench.texteditor/schema/rulerColumns.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/schema/rulerColumns.exsd b/org.eclipse.ui.workbench.texteditor/schema/rulerColumns.exsd
index 3f61babdb4b..c6d1242c93b 100644
--- a/org.eclipse.ui.workbench.texteditor/schema/rulerColumns.exsd
+++ b/org.eclipse.ui.workbench.texteditor/schema/rulerColumns.exsd
@@ -163,7 +163,7 @@
<element name="placement">
<annotation>
<documentation>
- Describes the placement of a contributed ruler column relative to other columns. A column may request to be placed &lt;em&gt;before&lt;/em&gt; or &lt;em&gt;after&lt;/em&gt; other known columns (identified by their id). If the ordering imposed by all &lt;tt&gt;rulerColumn&lt;/tt&gt; contributions is underspecified (i.e. there are multiple columns in the same slot), the columns are ordered by their weight within their slot. If the ordering imposed by all &lt;tt&gt;rulerColumn&lt;/tt&gt; contributions is overspecified and there is no ordering that fulfills all placement requests, some placement requirements are automatically dropped. Columns with underspecified or no placement requests are placed at an arbitrary but consistent location.
+ Describes the placement of a contributed ruler column relative to other columns. A column may request to be placed &lt;em&gt;before&lt;/em&gt; or &lt;em&gt;after&lt;/em&gt; other known columns (identified by their id). If the ordering imposed by all &lt;tt&gt;rulerColumn&lt;/tt&gt; contributions is underspecified (i.e. there are multiple columns in the same slot), the columns are ordered by their location within their slot. If the ordering imposed by all &lt;tt&gt;rulerColumn&lt;/tt&gt; contributions is overspecified and there is no ordering that fulfills all placement requests, some placement requirements are automatically dropped. Columns with underspecified or no placement requests are placed at an arbitrary but consistent location.
</documentation>
</annotation>
<complexType>

Back to the top