Page 1 of 1
Allow exclusion list of tags for spelling
Posted: Sat Mar 17, 2007 2:38 pm
by dleal
Just to suggest the user could configuration, a list of exclusion tags that will not be considered during the spell checker process, for example:
programlisting , foreignphrase (obviosly)
Thanks,
David
P.D.: At least I don't see where to configure it under Oxygen 8.x
Posted: Sat Mar 17, 2007 2:58 pm
by dleal
Just to add additional possible excluded tags: <quote>, and also check for a particular language a give piece of text, for example:
Code: Select all
<foreignphrase xml:lang="en">Favor object
composition over class inheritance</foreignphrase>
the document is in spanish for example, but the speller could verify the foreingphrase for a language given by xml:lang.
The same situation could happen for:
Code: Select all
<quote xml:lang="en">Favor object
composition over class inheritance</quote>
Posted: Mon Mar 19, 2007 12:29 pm
by sorin_ristache
Hello David,
Thank you for your request. We added it to our issue tracking system. We could allow adding the the exclusion tags in Options -> Preferences -> Editor -> Spell Check.
Regards,
Sorin
Allow exclusion list of tags for spelling - version
Posted: Mon Jun 04, 2007 2:15 pm
by rparree
In which version will this feature be available?
tx.,
Raphael
Posted: Mon Jun 04, 2007 3:42 pm
by sorin_ristache
Hello,
It will not be added in the next version of oXygen but it is possible to be added before the spring of the next year.
I hope this helps,
Sorin
Re: Allow exclusion list of tags for spelling
Posted: Fri Jan 09, 2009 3:44 pm
by eoghan.ocarragain
Hello,
I would like to know if this feature was ever added to the editor or if any work-around is available.
Regards
Re: Allow exclusion list of tags for spelling
Posted: Fri Jan 09, 2009 4:16 pm
by sorin_ristache
Hello,
No, this feature was not added yet. I think the only workaround is to remove the exclusion tags from the XML document before you run the spell checker and add them again after that.
Regards,
Sorin
Re: Allow exclusion list of tags for spelling
Posted: Fri Jan 09, 2009 7:06 pm
by eoghan.ocarragain
Thanks Sorin,
Being able to filter spelling by XPath would be really useful.
Regards