Code::Blocks Forums

User forums => Help => Topic started by: B-80 on June 18, 2015, 11:10:11 pm

Title: Spellchecker Plugin not seeing hunspell dict or mythes thesaurus
Post by: B-80 on June 18, 2015, 11:10:11 pm
Hi there I just installed Codeblocks on Arch Linux and the first thing I see is an error message telling me I don't have a spellchecker library. Following the wiki: http://wiki.codeblocks.org/index.php?title=SpellChecker_plugin (http://wiki.codeblocks.org/index.php?title=SpellChecker_plugin), I used my distros packagemanager to install both  "hunspell" and "mythes." Both packages are now installed. Again following the wiki, I pointed the dictionary path to
Code
/usr/share/myspell/dicts
as shown below.
(http://i.imgur.com/QztLsyU.png)

However, there is still no dictionary available for me to use. Here are the contents of /usr/share/myspell/dict:
(http://i.imgur.com/HS2chz1.png)

The same is true for the thesaurus. Does anyone know what's going on here?

Thanks in advance!
Title: Re: Spellchecker Plugin not seeing hunspell dict or mythes thesaurus
Post by: oBFusCATed on June 19, 2015, 12:18:54 am
The text in the images is unreadable...
Title: Re: Spellchecker Plugin not seeing hunspell dict or mythes thesaurus
Post by: stahta01 on June 19, 2015, 02:28:20 am
Did you install a dictionary package as needed?

https://wiki.archlinux.org/index.php/LibreOffice#Spell_checking (https://wiki.archlinux.org/index.php/LibreOffice#Spell_checking)

Edit: And, have you looked in usr/share/hunspell for the dictionary files?

Tim S.