Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: elevent on December 17, 2012, 11:36:07 pm

Title: CodeBlocks 12.11 Underlinine cout statements
Post by: elevent on December 17, 2012, 11:36:07 pm
When I type in a cout command like this:

cout << "Hello world.";

CodeBlocks underlines hello and world. Why is it underlining everything put in a cout statment between quotation marks? Thanks!
Title: Re: CodeBlocks 12.11 Underlinine cout statements
Post by: Jenna on December 17, 2012, 11:44:04 pm
It's done by the spellchecker-plugin: http://wiki.codeblocks.org/index.php?title=SpellChecker_plugin (http://wiki.codeblocks.org/index.php?title=SpellChecker_plugin) .