forked from qt-creator/qt-creator
Merge "Merge remote-tracking branch 'origin/10.0' into 11.0" into 11.0
This commit is contained in:
@@ -76,6 +76,7 @@ void CppHighlighter::highlightBlock(const QString &text)
|
|||||||
setFormat(0, text.length(), formatForCategory(C_VISUAL_WHITESPACE));
|
setFormat(0, text.length(), formatForCategory(C_VISUAL_WHITESPACE));
|
||||||
}
|
}
|
||||||
TextDocumentLayout::setFoldingIndent(currentBlock(), foldingIndent);
|
TextDocumentLayout::setFoldingIndent(currentBlock(), foldingIndent);
|
||||||
|
TextDocumentLayout::setExpectedRawStringSuffix(currentBlock(), inheritedRawStringSuffix);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
auto func()
|
auto func()
|
||||||
{
|
{
|
||||||
return R"(foo
|
return R"(foo
|
||||||
foobar
|
|
||||||
R"notaprefix!(
|
R"notaprefix!(
|
||||||
barfoobar)" R"(second)" /* comment */ R"(third)";
|
barfoobar)" R"(second)" /* comment */ R"(third)";
|
||||||
}
|
}
|
||||||
|
|||||||
Submodule src/shared/qbs updated: dc4da2ef8a...eaeba4a45e
Reference in New Issue
Block a user