Author Topic: CodeBlocks underlines everything I want to write  (Read 6134 times)

Offline koppa96

  • Single posting newcomer
  • *
  • Posts: 2
CodeBlocks underlines everything I want to write
« on: January 05, 2013, 11:56:49 pm »
Hi,

It's very annoying that the editor underlines my comments and the things I put between "". The program works good, but it's annoying. How can I turn that off?

Picture:
http://kepkezelo.com/images/fpescao8a0ahp0z0sn7.jpg

PS: Sorry, if I made grammar mistakes.

Thanks
koppa96

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7790
    • My Best Post
Re: CodeBlocks underlines everything I want to write
« Reply #1 on: January 06, 2013, 12:07:06 am »
I am guessing it is the spellcheck plugin.

So, turning off the spellcheck plugin or setting it to use your language (likely require a dictionary download or configuration) are the likely options.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline koppa96

  • Single posting newcomer
  • *
  • Posts: 2
Re: CodeBlocks underlines everything I want to write
« Reply #2 on: January 06, 2013, 12:15:26 am »
Thanks!

It worked!