Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd')
-rw-r--r--org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd281
1 files changed, 281 insertions, 0 deletions
diff --git a/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd b/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd
new file mode 100644
index 00000000000..192ecf245cb
--- /dev/null
+++ b/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd
@@ -0,0 +1,281 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="org.eclipse.ui.workbench.texteditor">
+<annotation>
+ <appInfo>
+ <meta.schema plugin="org.eclipse.ui.workbench.texteditor" id="markerAnnotationSpecification" name="Marker Annotation Specification"/>
+ </appInfo>
+ <documentation>
+ This extension point is used to define presentation properties of markers. Extensions provided for this extension point can be accessed using org.eclipse.ui.texteditor.MarkerAnnotationPreferences.
+ </documentation>
+ </annotation>
+
+ <element name="extension">
+ <complexType>
+ <sequence>
+ <element ref="specification"/>
+ </sequence>
+ <attribute name="point" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="id" type="string">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="name" type="string">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="specification">
+ <complexType>
+ <attribute name="markerType" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="colorPreferenceKey" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="overviewRulerPreferenceKey" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="verticalRulerPreferenceKey" type="string">
+ <annotation>
+ <documentation>
+ The preference key for the show in vertical ruler preference.
+since: 3.0
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="textPreferenceKey" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="label" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ <attribute name="highlightPreferenceKey" type="string">
+ <annotation>
+ <documentation>
+ The preference key for highlighting in text.
+since: 3.0
+ </documentation>
+ </annotation>
+ </attribute>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="markerSeverity">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ <simpleType>
+ <restriction base="string">
+ <enumeration value="0">
+ </enumeration>
+ <enumeration value="1">
+ </enumeration>
+ <enumeration value="2">
+ </enumeration>
+ </restriction>
+ </simpleType>
+ </attribute>
+ <attribute name="colorPreferenceValue" type="string">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="presentationLayer" type="string">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="overviewRulerPreferenceValue" type="boolean">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="verticalRulerPreferenceValue" type="boolean">
+ <annotation>
+ <documentation>
+ The default value for showing in vertical ruler.
+since: 3.0
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="textPreferenceValue" type="boolean">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+
+ <attribute name="highlightPreferenceValue" type="boolean">
+ <annotation>
+ <documentation>
+ The default value for highlighting in text.
+since: 3.0
+ </documentation>
+ </annotation>
+ </attribute>
+
+ <attribute name="annotationType" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+
+ <attribute name="contributesToHeader" type="boolean">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+
+ <attribute name="showInNextPrevDropdownToolbarActionKey" type="string">
+ <annotation>
+ <documentation>
+ The preference key for the visibility in the next/previous drop down toolbar action.
+since: 3.0
+ </documentation>
+ </annotation>
+ </attribute>
+
+ <attribute name="showInNextPrevDropdownToolbarAction" type="boolean">
+ <annotation>
+ <documentation>
+ The default value for the visibility in the next/previous drop down toolbar action.
+since: 3.0
+ </documentation>
+ </annotation>
+ </attribute>
+
+ <attribute name="isGoToNextNavigationTargetKey" type="string">
+ <annotation>
+ <documentation>
+ The preference key for go to next navigation enablement.
+since: 3.0
+ </documentation>
+ </annotation>
+ </attribute>
+
+ <attribute name="isGoToNextNavigationTarget" type="boolean">
+ <annotation>
+ <documentation>
+ The default value for go to next navigation enablement.
+since: 3.0
+ </documentation>
+ </annotation>
+ </attribute>
+
+ <attribute name="isGoToPreviousNavigationTargetKey" type="string">
+ <annotation>
+ <documentation>
+ The preference key for go to previous navigation enablement.
+since: 3.0
+ </documentation>
+ </annotation>
+ </attribute>
+
+ <attribute name="isGoToPreviousNavigationTarget" type="boolean">
+ <annotation>
+ <documentation>
+ The default value for go to previous navigation enablement.
+since: 3.0
+ </documentation>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="since"/>
+ </appInfo>
+ <documentation>
+
+ </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>
+ &lt;p&gt;
+&lt;a href=&quot;hglegal.htm&quot;&gt;
+ &lt;img SRC=&quot;ngibmcpy.gif&quot;
+ ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
+ BORDER=0 height=14 width=324&gt;&lt;/a&gt;
+&lt;/p&gt;
+ </documentation>
+ </annotation>
+
+</schema>

Back to the top