DSpellCheck
DSpellCheck copied to clipboard
How can set for ignore words between specific tags ?
How to set to ignore words between specific tags, such as in this line: <sprite="Tutorial" index=5>: <color=#8BC63F>Morale +10
I don't want DSpellCheck to check for words between <> or </>
these are the words in: sprite Tutorial color which I do not wish to check.
Thanx
I think the only way it's possible currently is to add some specific UDL and mark content of required tags as it's default style. Plugin does not do any complex parsing and relies by one provided by Notepad++ itself.
It would be ideal if in the plugin settings it would be possible to exclude text within tags from being checked