Menu

#1505 syntax highlighting: raw string error in

Bug
open-accepted
5
2022-04-09
2013-07-28
Gur Stavi
No

The following example demonstrates the issue:

char str = R"";
/
Below here everything is highlighted as raw string */
int foo(int x);
int bar(int x);

Attached is a patch that fixes this.

1 Attachments

Discussion

  • Neil Hodgson

    Neil Hodgson - 2013-07-28

    Shouldn't the strchr for failing include "the control characters representing horizontal tab, vertical tab, form feed, and newline"?

     
  • Neil Hodgson

    Neil Hodgson - 2013-07-28
    • labels: --> scintilla, cpp
    • status: open --> open-accepted
    • assigned_to: Neil Hodgson
     
  • Zufu Liu

    Zufu Liu - 2022-04-09

    Still not fixed.

     

Log in to post a comment.