Code::Blocks Forums

User forums => Help => Topic started by: LazyCoder on July 03, 2015, 10:14:08 am

Title: SpellChecker Does Not Check C++ Raw Strings
Post by: LazyCoder on July 03, 2015, 10:14:08 am
Code::Blocks Nightly Build Rev.10341

Hi everyone.

I just wanted to report this simple "bug".
The problem is as stated in the title.
The solution is to add the missing index value from the C/C++ language tag, which is 20.
In the file ../SpellChecker/OnlineSpellChecking.xml, just add 20, so it becomes like this
Code
<Language name="C/C++"                   index="1,2,3,6,12,15,20,23,24,65,66,67,70,76,79,87,88" />

Hope you add this simple modification in the next NB. :)

Thanks.
Title: Re: SpellChecker Does Not Check C++ Raw Strings
Post by: MortenMacFly on July 28, 2015, 05:33:00 pm
I just wanted to report this simple "bug".
What are "C++ raw strings"? Sample to reproduce?
Title: Re: SpellChecker Does Not Check C++ Raw Strings
Post by: stahta01 on July 28, 2015, 06:11:58 pm
I just wanted to report this simple "bug".
What are "C++ raw strings"? Sample to reproduce?

See this past thread http://forums.codeblocks.org/index.php/topic,20357.msg138581.html#msg138581 (http://forums.codeblocks.org/index.php/topic,20357.msg138581.html#msg138581)
Title: Re: SpellChecker Does Not Check C++ Raw Strings
Post by: danselmi on July 29, 2015, 05:53:15 pm
Fixed in rev. 10375