Keywords

org.eclipse.ui.keywords

3.1

The keywords extension point defines keywords and a unique id for reference by other schemas. See propertyPages and preferencePages.

<!ELEMENT extension (keyword*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT keyword EMPTY>

<!ATTLIST keyword

id    CDATA #REQUIRED

label CDATA #REQUIRED>