News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

SpellChecker Does Not Check C++ Raw Strings

Started by LazyCoder, July 03, 2015, 10:14:08 AM

Previous topic - Next topic

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
<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.

MortenMacFly

Quote from: LazyCoder on July 03, 2015, 10:14:08 AM
I just wanted to report this simple "bug".
What are "C++ raw strings"? Sample to reproduce?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

stahta01

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

danselmi

spell checker plugin: [url="http://developer.berlios.de/projects/spellchecker/"]http://developer.berlios.de/projects/spellchecker/[/url]
nassi shneiderman plugin: [url="http://developer.berlios.de/projects/nassiplugin"]http://developer.berlios.de/projects/nassiplugin[/url]