On Wed, May 7, 2014 at 6:06 PM, Cristian Tibirna <[email protected]> wrote:
> 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 > Hi, That's QTCREATORBUG-12053<https://bugreports.qt-project.org/browse/QTCREATORBUG-12053> . It's not intentional. Broken by aeb2cfbc4fe7685550fb6b10ef7146c98c19e821. I'll try to fix it. - Orgad
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
