Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteicher2006-07-27 08:05:54 +0000
committerteicher2006-07-27 08:05:54 +0000
commit558804369c30f42b326f7760df37b93e24738e1d (patch)
treea0c2c4989c012ac50bf699af948f52b0f466d93a /org.eclipse.ui.workbench.texteditor/schema
parent2ec9579ef2d35e0b0f289ff443c01cd24ed0b510 (diff)
downloadeclipse.platform.text-558804369c30f42b326f7760df37b93e24738e1d.tar.gz
eclipse.platform.text-558804369c30f42b326f7760df37b93e24738e1d.tar.xz
eclipse.platform.text-558804369c30f42b326f7760df37b93e24738e1d.zip
25793 [rulers][api] Provide simpler way to add a decorator to a composite ruler
- better column ordering
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/schema')
-rw-r--r--org.eclipse.ui.workbench.texteditor/schema/rulerColumn.exsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/schema/rulerColumn.exsd b/org.eclipse.ui.workbench.texteditor/schema/rulerColumn.exsd
index 1837886b878..72456e0a76e 100644
--- a/org.eclipse.ui.workbench.texteditor/schema/rulerColumn.exsd
+++ b/org.eclipse.ui.workbench.texteditor/schema/rulerColumn.exsd
@@ -167,7 +167,7 @@
<element ref="after"/>
</choice>
</sequence>
- <attribute name="weight" use="default" value="1.0">
+ <attribute name="weight" type= "string" use="default" value="1.0">
<annotation>
<documentation>
The weight of the column placement request. Within one placement slot, columns with lower weight are placed further away from the editor area (leftwards in left-to-right environments), columns with higher weight are placed closer to the editor area (rightwards in left-to-right environments). The weight must be a float number between 0.0 and 100.0. By default, 100.0 is assumed.
@@ -236,7 +236,7 @@
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
- [Enter API information here.]
+ This API is provisional and may change any time before the 3.3 API freeze.
</documentation>
</annotation>

Back to the top