Sergey Semushin
Sergey Semushin
Hi. Currently you need to go to Plugin->DSpellCheck->Settings->Advanced and put middle dot in the field below:  I could implement using `wordchars` but it's hunspell specific so current option would...
It won't be particularly hard to implement but it seems to me more suited to a separate script rather than plugin in text editor.
Because you just operate on the file and have no need to do anything visually, e.g. it makes more sense to work as the command line tool like: `fix_words.py text.txt...
There is a very similar issue about this already: https://github.com/Predelnik/DSpellCheck/issues/21 It's more than 10 year old sadly but doesn't mean I can't improve on this part.
Unfortunately it won't be easy to parse those tags, currently plugin uses only syntax coloring to determine whether certain part should be spell-checked or not. Adding knowledge about more precise...
Can you please show which options do you have on Plugins->DSpellCheck->Settings->Advanced page? I think by default, currently, right single quote (U+2019) won't be consider part of a word, thus won't...
Hi. I don't quite understand your request, the button is either pressed or don't, why is there need to change an icon? 
I think the button looks different when pressed but there might be an issue with an icon background. I never released an updated icon for dark theme. Can you check...
Unfortunately I think it's mostly out of scope, it's basically having separate regex or something similar based spell-checker on top of current one. However, I had an idea to add...
Hello! If I understand correctly you want to spell-check only words with Cyrillic letters and not with Latin. If so please try the option RegExp in `Ignore Words` like on...