Hans A. wrote:
Obviously there are  tags like 'code' for which spell checking is
disabled. I wonder why others like 'filename' are being checked although
this does perhaps not make much sense. Can this be configured somehow.?


Yes. This is done in the configuration file which applies to the document being opened.

[[[
What is a configuration file is explained here:

XMLmind XML Editor - Configuration and Deployment
2. Writing a configuration file for XXE
http://www.xmlmind.com/xmleditor/_distrib/doc/configure/config_file.html
]]]

For example, what follows is an excerpt from:

<XXE_install_dir>/addon/config/docbook5/docbook5_support_base.incl

---
<cfg:spellCheckOptions xmlns=""
  useAutomaticSpellChecker="true"
  languageAttribute="xml:lang"
  skippedElements="db:address db:programlisting db:screen db:synopsis
                   db:code db:tag
                   db:classsynopsisinfo db:modifier db:package
                   db:classname
                   db:interfacename db:exceptionname db:varname
                   db:methodname
                   db:funcsynopsisinfo db:modifier db:type db:function
                   db:initializer db:parameter db:funcparams
                   db:lhs db:rhs db:nonterminal db:property
                   xi:include" />
---

Notice the copious skippedElements attribute. More information in:

http://www.xmlmind.com/xmleditor/_distrib/doc/configure/spellCheckOptions.html

However when there are blatant omissions like filename, the simplest for you is to report these omissions as bugs, so we can update skippedElements in the stock configurations.






--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to