Hello

(NOTE: fixed font preferred)

If I write:

std::cout << "Some prefix"
          << some_variable
          << "some filling"
          << some_other_variable
          << "some suffix\n";

I'd expect that the piping operators be aligned in a column (as 
exemplified above). 

What I get is alignment to the leftmost quote from the line above, when 
the line above ends with a raw string, like this:

std::cout << "Some prefix"
             << some_variable
             << "some filling"
                << some_other_variable
                << "some suffix\n";

Is this known/intended? (no relevant info in Jira for "align string").

Thanks.

-- 
Cristian Tibirna
KDE developer .. [email protected] .. http://www.kde.org
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to