Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteicher2006-07-27 10:35:04 +0000
committerteicher2006-07-27 10:35:04 +0000
commitf854077fb132bb993643c2128c82ec54d9d1360a (patch)
tree6ee009775c6462f6b149f2e6ab03e08e518c4cb7 /org.eclipse.ui.editors/plugin.xml
parent558804369c30f42b326f7760df37b93e24738e1d (diff)
downloadeclipse.platform.text-f854077fb132bb993643c2128c82ec54d9d1360a.tar.gz
eclipse.platform.text-f854077fb132bb993643c2128c82ec54d9d1360a.tar.xz
eclipse.platform.text-f854077fb132bb993643c2128c82ec54d9d1360a.zip
25793 [rulers][api] Provide simpler way to add a decorator to a composite ruler
- better extension point messages - nls
Diffstat (limited to 'org.eclipse.ui.editors/plugin.xml')
-rw-r--r--org.eclipse.ui.editors/plugin.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors/plugin.xml b/org.eclipse.ui.editors/plugin.xml
index a5be68de336..4303e459a32 100644
--- a/org.eclipse.ui.editors/plugin.xml
+++ b/org.eclipse.ui.editors/plugin.xml
@@ -881,7 +881,9 @@
id="org.eclipse.ui.editors.columns.annotations"
includeInMenu="false"
name="Annotations">
- <placement weight="0.5"/>
+ <placement
+ weight="0.5">
+ </placement>
</column>
</extension>

Back to the top