Keyword Parser Extension Point

Extension point: com.microfocus.awm.keywordparser

This extension point allows adding source parsers that implement the ITaurusKeywordParser interface.

This extension point provides the possibility to implement features depending on certain keywords found in an edited file.

Example:

This extension point could be defined so that the implementation gets control when the word COPY is found in a COBOL program. The implementation could then try to open the COBOL copybook named by the word following the COPY statement.

If you use this extension point the AWM model administrator must define a "Selection Property Mapping" for a global editor action as described in Global Action is an Editor Action.