Sergey Semushin

Results 103 comments of Sergey Semushin

With hunter cache hit: It's ~10 minutes on appveyor against ~5 minutes on travis With cache miss: ~30 minutes on appveyor(it's that slow on my machine too btw) against ~10...

Sorry for late answer but I believe there was an issue with ui which was fixed in `1.4.22`, does it still happen for you in newer versions for example [1.4.24](https://github.com/Predelnik/DSpellCheck/releases/tag/v1.4.24)?

If you mean Notepad++'s auto-complete I believe the biggest obstacle would be the inability to modify auto-completion within Notepad++ via plugins. The second problem is to figure out if spell-checking...

Unfortunately cannot be reproduced from my side, maybe it is some problem with settings so multiple languages are no longer chosen, what it shows if you press `Set Multiple Languages...`?

Thank you for the test case @er13, I can reproduce it and will certainly look at what is going on.

So I understand the problem but I'm not sure whose responsibility it should be to fix that unfortunately. Also as far as I understand it seems to be different from...

I believe it's possible to have a workaround which ignores words which had something converted to `0` because luckily Hunspell exposes the function to perform this conversion externally, I will...

On one hand what you are saying makes sense but seems like fix technically still works because I only add logic to treat word with Latin characters as incorrect without...

> Could you please point me out where this check for Latin only words takes place? By `word with latin characters` I mean word containing some Latin characters so no...

But it's pretty obvious that in current case I can also short-circuit if I encountered any `0` which was not `0` before, I just don't think it's that important. Also...