C::B svn 10320
Hi, currently C::B's editor does not support C++ raw strings highlighting.
Example:
const char *Raw = R"(Raw String)";
// ^ it just colors with the default.
Any plans to support it?
Thanks.
Related bug report: C++11 raw string literals not syntax highlighted correctly (https://sourceforge.net/p/codeblocks/tickets/68/)
But I don't know what is the real reason of this bug...
Does it work correcty in Scite?
If it does then this is cb bug, if it doesn't then this is scintilla bug.
Quote from: oBFusCATed on June 18, 2015, 09:33:47 PM
Does it work correcty in Scite?
If it does then this is cb bug, if it doesn't then this is scintilla bug.
Yes, the latest version of SciTE (3.5.6), highlights C++ raw strings correctly.
So, unfortunately, this is a C::B bug. :'(
The author of Scintilla's comments about this issue: https://sourceforge.net/p/scintilla/bugs/1668/#b09f/8d34/93a9/c939/d509/46e0.
I just don't know how to fix it under C::B. :)
Fixed in rev. 10341