Author Topic: Where to get spell checker for C::B?  (Read 2590 times)

Offline poloniny

  • Single posting newcomer
  • *
  • Posts: 4
Where to get spell checker for C::B?
« 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!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Where to get spell checker for C::B?
« Reply #1 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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline poloniny

  • Single posting newcomer
  • *
  • Posts: 4
Re: Where to get spell checker for C::B?
« Reply #2 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!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Where to get spell checker for C::B?
« Reply #3 on: May 05, 2016, 08:59:21 pm »
Yes, install the codeblocks-contrib package.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline poloniny

  • Single posting newcomer
  • *
  • Posts: 4
Re: Where to get spell checker for C::B?
« Reply #4 on: May 05, 2016, 09:15:47 pm »
Working! THANK YOU!