Code::Blocks Forums

User forums => Help => Topic started by: poloniny on May 05, 2016, 08:21:42 pm

Title: Where to get spell checker for C::B?
Post by: poloniny on May 05, 2016, 08:21:42 pm
Hello.

I really apologize if this is a question asked a thousand times already, but... Where can I download the spell checker plugin from?

All I could find are source codes for the plugin in SVN under /contrib, but I have no idea how to build a .cbplugin file which is needed to actually install the plugin. If you could point me to a URL with the cbplugin file or any instructions on how to build the plugin from source, it would be so much appreciated!

Cheers!
Title: Re: Where to get spell checker for C::B?
Post by: oBFusCATed on May 05, 2016, 08:29:28 pm
What os do you need the plugin for?
Generally its part of the contrib plugins and on some linux distros this is provided as a separate package, on windows it is part of the installer you can download on our site.
Title: Re: Where to get spell checker for C::B?
Post by: poloniny on May 05, 2016, 08:50:00 pm
Thanks for your reply. Correct, I left out the important stuff:
OS: Linux Mint
C::B: 13.12

I installed C::B using apt-get install, but it came with very few plugins included. Would you please advise on how to install a new one (Spell Checker in this case)?

Thanks!
Title: Re: Where to get spell checker for C::B?
Post by: oBFusCATed on May 05, 2016, 08:59:21 pm
Yes, install the codeblocks-contrib package.
Title: Re: Where to get spell checker for C::B?
Post by: poloniny on May 05, 2016, 09:15:47 pm
Working! THANK YOU!