Spell Check Preferences

Oxygen XML Developer plugin provides support for spell checking in the text editing mode. To configure the Spell Check options, open the Preferences dialog box and go to Editor > Spell Check.

The following options are available:

Language Options Section

XML Spell Checking in Section

You can choose to check the spelling inside the following XML items:
  • Comments
  • Attribute values
  • Text
  • CDATA

Options Section

Ignore Elements Section

You can use the Add and Remove buttons to configure a list of element names or XPath expressions to be ignored by the spell checker. The following restricted set of XPath expressions are supported:
  • '/' and '//' separators
  • '*' wildcard
An example of an allowed XPath expression is: /a/*/b.

To change the color used by the spell check engine to highlight spelling errors, go to Window (Eclipse on Mac OSX) and choose Preferences. Then go to General > Editors > Text Editors > Annotations > Spell Check Annotation.

Parent topic: Editor Preferences Previous topic: Document Templates Preferences Next topic: Spell Check Dictionaries Preferences