Predelnik / DSpellCheck

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

v1.4.22.0 not working on Notepad++ v8.2 (64bit) #282

Closed yarow12 closed 2 years ago

yarow12 commented 2 years ago

It isn't underlining misspelled words or taking me to the next/previous one and I can't download dictionaries.

Having checked a different issue post here (#94), I created the "Hunspell" folder in the "C:\Users\Main\AppData\Roaming\Notepad++\plugins\config" directory, but that solved nothing. Judging by another (#171), I'm probably missing dictionaries altogether.

Uninstalling the plugin and reinstalling (using Plugins Admin) did not work.

dictionaries dictionaries fail

Predelnik commented 2 years ago

Can you check if address https://github.com/LibreOffice/dictionaries is available to you using a browser? It seems there is some problem with SSL connection but it's hard to download anything without it nowadays unfortunately. Downloading dictionaries manually (.dic and .aff files) and placing to plugins\config\Hunspell is also a possible option.

yarow12 commented 2 years ago

@Predelnik Yeah, I can access the link through my browser fine, but which file(s) should I even download?

Predelnik commented 2 years ago

There is en folder for english for example and inside there are .aff and .dic files for various versions/dialects. They could be placed to %appdata%\Notepad++\plugins\config\Hunspell

yarow12 commented 2 years ago

@Predelnik That did it, thanks. For those from the future: en/en_GB.aff and en/en_GB.dic.

edit: Click Raw for the .aff and then Ctrl+S to save as txt file. The .dic has a Download button.