標示元附註規格

識別碼:org.eclipse.ui.workbench.texteditor.markerAnnotationSpecification

從:[輸入出現這個延伸點的第一版本。]

說明:這個延伸點用來定義「預設文字編輯器」中標示元的呈現內容。您可以使用 org.eclipse.ui.texteditor.MarkerAnnotationPreferences 來存取提供給這個延伸點的延伸項目。

配置標記:

   <!ELEMENT extension (specification)>

   <!ATTLIST extension
     point CDATA #REQUIRED
     id    CDATA #IMPLIED
     name  CDATA #IMPLIED
   >

   <!ELEMENT specification EMPTY>

   <!ATTLIST specification
     markerType                   CDATA #REQUIRED
     colorPreferenceKey           CDATA #REQUIRED
     overviewRulerPreferenceKey   CDATA #REQUIRED
     textPreferenceKey            CDATA #REQUIRED
      label                        CDATA #REQUIRED
     markerSeverity               (0|1|2)
     colorPreferenceValue         CDATA #IMPLIED
     presentationLayer            CDATA #IMPLIED
     overviewRulerPreferenceValue (true | false)
     textPreferenceValue          (true | false)
     annotationType               CDATA #REQUIRED
     contributesToHeader          (true | false)
   >

範例:[在這裡輸入延伸點用法範例。]

API 資訊:[在這裡輸入 API 資訊。]

提供的實作方式:[輸入所提供的這個延伸點實作方式的相關資訊。]

Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.