Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2016-07-26 15:45:06 +0000
committerMarkus Keller2016-07-26 15:45:06 +0000
commitbdcc531f75bf6cf6020b68c18cbda1af01abe7bd (patch)
tree49afb7994932255b7082835ecf2346c422d69e35 /org.eclipse.ui.editors
parenta3473afca079bd58582491f2e17a888829c11d42 (diff)
downloadeclipse.platform.text-bdcc531f75bf6cf6020b68c18cbda1af01abe7bd.tar.gz
eclipse.platform.text-bdcc531f75bf6cf6020b68c18cbda1af01abe7bd.tar.xz
eclipse.platform.text-bdcc531f75bf6cf6020b68c18cbda1af01abe7bd.zip
clarify presentationLayer, see org.eclipse.jface.text.source.IAnnotationAccessExtension#getLayer(Annotation)I20160726-1400
Diffstat (limited to 'org.eclipse.ui.editors')
-rw-r--r--org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd35
1 files changed, 8 insertions, 27 deletions
diff --git a/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd b/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd
index d057da35ab6..d3051ad9e9c 100644
--- a/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd
+++ b/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.ui.editors">
+<schema targetNamespace="org.eclipse.ui.editors" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.ui.editors" id="markerAnnotationSpecification" name="Marker Annotation Specification"/>
@@ -23,6 +23,11 @@ Annotation preference types that extend another annotation preference are allowe
</annotation>
<element name="extension">
+ <annotation>
+ <appInfo>
+ <meta.element />
+ </appInfo>
+ </annotation>
<complexType>
<sequence>
<element ref="specification" minOccurs="1" maxOccurs="unbounded"/>
@@ -123,7 +128,7 @@ since: 3.0
<attribute name="presentationLayer" type="string">
<annotation>
<documentation>
- the default value for the layer in which the marker annotation will be drawn
+ the default value for the layer in which the marker annotation will be drawn. Annotations are considered being located at layers and will be painted starting with layer 0 upwards. Thus an annotation at layer 5 will be drawn on top of all co-located annotations at the layers 4 - 0.
</documentation>
</annotation>
</attribute>
@@ -312,39 +317,15 @@ since: 3.0 (DASHED_BOX since 3.3, PROBLEM_UNDERLINE: since 3.4)
</documentation>
</annotation>
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
- Copyright (c) 2001, 2008 IBM Corporation and others.&lt;br&gt;
+ Copyright (c) 2001, 2016 IBM Corporation and others.&lt;br&gt;
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
</documentation>
</annotation>

Back to the top