SpellChecker-Plugin
SpellChecker-Plugin copied to clipboard
Don't spell check html tags
In my doxygen comments I quite often make use of HTML, e.g. <td> </td>, <th> </th> to have nice looking tables. Is there a way to avoid spell checking them? I tried to add <td>, </td> etc. to my user dictionary but this doesn't work (I did also try "<td>").
You can add just td and th to the user dictionary, but that is less than ideal.
I will mark this as a feature request since I can see the importance. Unfortunately I can't remember if this will be easy to do.
Thanks for you quick reply.