Re: [Github-comments] [geany/geany-plugins] spellcheck - use 2 languages at the same time (#876)

2019-07-02 Thread toxpal
thank you, will try. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/876#issuecomment-507562001

Re: [Github-comments] [geany/geany-plugins] spellcheck - use 2 languages at the same time (#876)

2019-07-01 Thread Skif-off
@toxpal, you can try to combine two dictionaries into one (for aspell see ```dump``` and ```create ```, for hunspell maybe [this](https://github.com/arty-name/hunspell-merge) work). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [Github-comments] [geany/geany-plugins] spellcheck - use 2 languages at the same time (#876)

2019-06-29 Thread toxpal
Thanks for the input. Yeah, I somehow had a bad feeling it might be very complex :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/876#issuecomment-506961695

Re: [Github-comments] [geany/geany-plugins] spellcheck - use 2 languages at the same time (#876)

2019-06-29 Thread Enrico Tröger
Nice feature. But it would require quite a lot refactoring of the code and implementing the logic to query two dictionaries and merge the results (Claws actually does this). I won't work on this myself. I guess implementing this would be rather a rewrite of the existing plugin. -- You are

[Github-comments] [geany/geany-plugins] spellcheck - use 2 languages at the same time (#876)

2019-06-22 Thread toxpal
Just like many coders, I work with different languages at the same time. For example, there might be 2 opened files at the same time: ``` translations_en.php translations_XX.php ``` Obviously, they will contain text in different languages. So if my spellcheck is set to EN, I will see all the