Feature #1770

CodeEditor should support c++11 raw string literal

Added by Zbigniew Rebacz almost 7 years ago. Updated about 6 years ago.

Status:ApprovedStart date:07/15/2017
Priority:NormalDue date:
Assignee:Zbigniew Rebacz% Done:

0%

Category:CodeEditorSpent time:-
Target version:Release 2019.1

Description

const char* s1 = R"foo(
Hello
World
)foo";

String s = R"(asd"sdsd")": // " inside should be treated as normal character nor as end of string

History

#1 Updated by Zbigniew Rebacz over 6 years ago

  • Target version set to Release 2019.1 - NTH

#2 Updated by Zbigniew Rebacz about 6 years ago

  • Status changed from New to Approved
  • Assignee set to Zbigniew Rebacz
  • Target version changed from Release 2019.1 - NTH to Release 2019.1

Also available in: Atom PDF