Allow exclusion list of tags for spelling

Are you missing a feature? Request its implementation here.
dleal
Posts: 41
Joined: Fri Dec 15, 2006 8:09 pm
Location: Madrid
Contact:

Allow exclusion list of tags for spelling

Post 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
dleal
Posts: 41
Joined: Fri Dec 15, 2006 8:09 pm
Location: Madrid
Contact:

Post 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>
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post 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
rparree
Posts: 53
Joined: Tue Aug 23, 2005 12:00 pm

Allow exclusion list of tags for spelling - version

Post by rparree »

In which version will this feature be available?

tx.,

Raphael
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post 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
eoghan.ocarragain
Posts: 2
Joined: Fri Jan 09, 2009 12:20 pm

Re: Allow exclusion list of tags for spelling

Post 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
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Allow exclusion list of tags for spelling

Post 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
eoghan.ocarragain
Posts: 2
Joined: Fri Jan 09, 2009 12:20 pm

Re: Allow exclusion list of tags for spelling

Post by eoghan.ocarragain »

Thanks Sorin,
Being able to filter spelling by XPath would be really useful.
Regards
Post Reply