Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2006-02-13 16:45:39 +0000
committerDani Megert2006-02-13 16:45:39 +0000
commit55057546d3876ff214a18bc07f52f9522c6a0331 (patch)
treeb693798b76c28dd4822abe549160ad1ef9276eb2 /org.eclipse.ui.editors/schema
parent38e9cb1a27624a103d24a1fd95255556cb74ab86 (diff)
downloadeclipse.platform.text-55057546d3876ff214a18bc07f52f9522c6a0331.tar.gz
eclipse.platform.text-55057546d3876ff214a18bc07f52f9522c6a0331.tar.xz
eclipse.platform.text-55057546d3876ff214a18bc07f52f9522c6a0331.zip
Quick Assist - part 3: providing quick fix icon
Diffstat (limited to 'org.eclipse.ui.editors/schema')
-rw-r--r--org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd11
1 files changed, 10 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd b/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd
index 218edebdebd..7e411eb2a7a 100644
--- a/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd
+++ b/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd
@@ -212,7 +212,16 @@ since: 3.0
<attribute name="icon" type="string">
<annotation>
<documentation>
- The path to the icon to be drawn for annotations of this annotation type.
+ The path to the icon to be drawn for annotations of this annotation type. This icon will not
+ be used if a Quick Fix is available and the "quickFixIcon" attribute has been specified.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="quickFixIcon" type="string">
+ <annotation>
+ <documentation>
+ The path to the quick fix icon to be drawn for annotations that have a quick fix.
+since: 3.2
</documentation>
</annotation>
</attribute>

Back to the top