Author Topic: SpellChecker Does Not Check C++ Raw Strings  (Read 3211 times)

Offline LazyCoder

  • Single posting newcomer
  • *
  • Posts: 6
SpellChecker Does Not Check C++ Raw Strings
« 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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: SpellChecker Does Not Check C++ Raw Strings
« Reply #1 on: July 28, 2015, 05:33:00 pm »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: SpellChecker Does Not Check C++ Raw Strings
« Reply #2 on: July 28, 2015, 06:11:58 pm »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline danselmi

  • Developer
  • Almost regular
  • *****
  • Posts: 203
Re: SpellChecker Does Not Check C++ Raw Strings
« Reply #3 on: July 29, 2015, 05:53:15 pm »
Fixed in rev. 10375