All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.markerAnnotationSpecification.exsd Maven / Gradle / Ivy

The newest version!




      
         
      
      
         This extension point is used to define presentation properties of markers. Extensions provided for this extension point can be accessed using <samp>org.eclipse.ui.texteditor.MarkerAnnotationPreferences</samp>. Use <samp>org.eclipse.ui.texteditor.AnnotationPreferenceLookup</samp> to get the annotation preference for a given annotation.
<p>
Note that an extension will only be returned from <code>MarkerAnnotationPreferences.getAnnotationPreferences</code> (and thus included in the preference pages) if it contains the following four attributes in addition to the required <code>annotationType</code>:
<ul>
 <li><code>colorPreferenceKey</code></li>
 <li><code>colorPreferenceValue</code></li>
 <li><code>overviewRulerPreferenceKey</code></li>
 <li><code>textPreferenceKey</code></li>
</ul>
</p>
<p>
Annotation preference types that extend another annotation preference are allowed to overwrite attributes already defined in a parent preference specification, but these will not be accessible from the preference page.
</p>
      
   

   
      
         
            
         
         
            
               
                  a fully qualified identifier of the target extension point
               
            
         
         
            
               
                  an optional identifier of the extension instance
               
            
         
         
            
               
                  an optional name of the extension instance
               
               
                  
               
            
         
      
   

   
      
         
            
               
                  the annotation type
               
               
                  
               
            
         
         
            
               
                  the color preference key must be provided, otherwise this annotation type will not be included in the List returned from MarkerAnnotationPreferences.getAnnotationPreferences() and thus not show in the preferences
               
            
         
         
            
               
                  the overview ruler preference key must be provided, otherwise this annotation type will not be included in the List returned from MarkerAnnotationPreferences.getAnnotationPreferences() and thus not show in the preferences
               
            
         
         
            
               
                  the preference key for the show in vertical ruler preference.
since: 3.0
               
            
         
         
            
               
                  the text preference key must be provided, otherwise this annotation type will not be included in the List returned from MarkerAnnotationPreferences.getAnnotationPreferences() and thus not show in the preferences
               
            
         
         
            
               
                  the label to be used in the UI
               
               
                  
               
            
         
         
            
               
                  the preference key for highlighting in text.
since: 3.0
               
            
         
         
            
               
                  the color preference value must be provided, otherwise this annotation type will not be included in the List returned from MarkerAnnotationPreferences.getAnnotationPreferences() and thus not show in the preferences
               
            
         
         
            
               
                  the default value for the layer in which the marker annotation will be drawn
               
            
         
         
            
               
                  the default value telling whether this marker annotation is shown in the overview ruler
               
            
         
         
            
               
                  the default value for showing in vertical ruler.
since: 3.0
               
            
         
         
            
               
                  the default value telling whether this marker annotation is shown in the text
               
            
         
         
            
               
                  the default value for highlighting in text.
since: 3.0
               
            
         
         
            
               
                  the default value telling whether this marker annotation contributes to the overview ruler's header summary
               
            
         
         
            
               
                  the preference key for the visibility in the next/previous drop down toolbar action.
since: 3.0
               
            
         
         
            
               
                  the default value for the visibility in the next/previous drop down toolbar action.
since: 3.0
               
            
         
         
            
               
                  the preference key for go to next navigation enablement.
since: 3.0
               
            
         
         
            
               
                  the default value for go to next navigation enablement.
since: 3.0
               
            
         
         
            
               
                  the preference key for go to previous navigation enablement.
since: 3.0
               
            
         
         
            
               
                  the default value for go to previous navigation enablement.
since: 3.0
               
            
         
         
            
               
                  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.
               
            
         
         
            
               
                  the path to the quick fix icon to be drawn for annotations that have a quick fix.
since: 3.2
               
            
         
         
            
               
                  the symbolic name of the image that should be drawn to represent annotation of this annotation type. The image is only used when there is no vertical ruler icon specified for this annotation type. Possible values are: "error", "warning", "info", "task", "bookmark".
               
            
            
               
                  
                  
                  
                  
                  
                  
                  
                  
                  
                  
               
            
         
         
            
               
                  the optional annotation image provider that implements <code>org.eclipse.ui.texteditor.IAnnotationImageProvider</code>
               
               
                  
               
            
         
         
            
               
                  the preference key for the text decoration property.
since: 3.0
               
            
         
         
            
               
                  the default value for the "show in text" decoration style.
since: 3.0 (DASHED_BOX since 3.3, PROBLEM_UNDERLINE: since 3.4)
               
            
            
               
                  
                  
                  
                  
                  
                  
                  
                  
                  
                  
                  
                  
                  
                  
               
            
         
         
            
               
                  defines whether this annotation type should be configurable via the standard annotation preference page. Default is true.
               
            
         
      
   

   
      
         
      
      
         3.0 (originally named org.eclipse.ui.workbench.texteditor.markerAnnotationSpecification)
      
   

   
      
         
      
      
         
      
   

   
      
         
      
      
         
      
   

   
      
         
      
      
         
      
   

   
      
         
      
      
         Copyright (c) 2001, 2008 IBM Corporation and others.<br>
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 <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
      
   






© 2015 - 2025 Weber Informatics LLC | Privacy Policy