Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2007-04-30 20:45:22 +0000
committerDani Megert2007-04-30 20:45:22 +0000
commitac048c850cea009aabab591b90afed0fa5532c42 (patch)
treeb9228c8d3d8e35e4457e360d016dd030ab96c4a5 /org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd
parent4a915191c0edb9dc04569734f6557eaf9c1d5360 (diff)
downloadeclipse.platform.text-ac048c850cea009aabab591b90afed0fa5532c42.tar.gz
eclipse.platform.text-ac048c850cea009aabab591b90afed0fa5532c42.tar.xz
eclipse.platform.text-ac048c850cea009aabab591b90afed0fa5532c42.zip
Fixed bug 184492: [misc] Dashed line for linked mode masterv20070501-0010
Diffstat (limited to 'org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd')
-rw-r--r--org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd b/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd
index 4c4b64abb37..aa551ebc6b6 100644
--- a/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd
+++ b/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd
@@ -269,6 +269,7 @@ since: 3.0
<documentation>
the default value for the &quot;show in text&quot; decoration style
since: 3.0
+DASHED_BOX: since 3.3
</documentation>
</annotation>
<simpleType>
@@ -277,6 +278,8 @@ since: 3.0
</enumeration>
<enumeration value="BOX">
</enumeration>
+ <enumeration value="DASHED_BOX">
+ </enumeration>
<enumeration value="UNDERLINE">
</enumeration>
<enumeration value="IBEAM">

Back to the top