DSpellCheck icon indicating copy to clipboard operation
DSpellCheck copied to clipboard

How can set for ignore words between specific tags ?

Open pa4k opened this issue 1 year ago • 2 comments

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

pa4k avatar Nov 12 '24 13:11 pa4k

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.

Predelnik avatar Jan 26 '25 20:01 Predelnik

It would be ideal if in the plugin settings it would be possible to exclude text within tags from being checked

pa4k avatar Feb 12 '25 17:02 pa4k