Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-6884

Improve indentation of calls to member functions

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Won't Do
    • Not Evaluated
    • None
    • Qt Creator 2.5.0-beta
    • None

    Description

      Creator will give you the following indentation:

      QString someString = QString("%1%2").arg("a")
              .arg("b");
      

      I think it would be better to have:

      QString someString = QString("%1%2").arg("a")
                                          .arg("b");
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kandeler Christian Kandeler
            rlohning Robert Löhning
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes