Predelnik / DSpellCheck

Notepad++ Spell-checking Plug-in
GNU General Public License v2.0
198 stars 33 forks source link

FR: Option to ignore keywords in comments #249

Open Gitoffthelawn opened 3 years ago

Gitoffthelawn commented 3 years ago

It would be great to be able to ignore programming language keywords within comments (without ignoring the entire comment).

Predelnik commented 3 years ago

Unfortunately due to current mechanism for ignoring comments and other stuff (it is basically based on highlighting styles within editor) it would not be too easy. I can look if comment's content could be asked to be highlighted internally somehow by N++'s internals but it might just be impossible sadly.