User forums > Help

SpellChecker Does Not Check C++ Raw Strings

(1/1)

LazyCoder:
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" />
--- End code ---

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

Thanks.

MortenMacFly:

--- Quote from: LazyCoder on July 03, 2015, 10:14:08 am ---I just wanted to report this simple "bug".

--- End quote ---
What are "C++ raw strings"? Sample to reproduce?

stahta01:

--- Quote from: MortenMacFly on July 28, 2015, 05:33:00 pm ---
--- Quote from: LazyCoder on July 03, 2015, 10:14:08 am ---I just wanted to report this simple "bug".

--- End quote ---
What are "C++ raw strings"? Sample to reproduce?

--- End quote ---

See this past thread http://forums.codeblocks.org/index.php/topic,20357.msg138581.html#msg138581

danselmi:
Fixed in rev. 10375

Navigation

[0] Message Index

Go to full version