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

C++ coding style: enable pointer and reference characters to be on left-hand side

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Duplicate
    • P3: Somewhat important
    • None
    • None
    • Editors
    • None

    Description

      It would be nice to have the ability in the c++ coding style editor to make pointer and reference characters be on the left-hand side, appended to the type, instead of always on the right.

      e.g.

      1) void method(QObject* o, QString& s);

      instead of:

      2) void method(QObject *o, QString &s);

      Currently even if the method declaration appears as #1 above, code completion will always output #2 when defining the method.

      Attachments

        Issue Links

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

          Activity

            People

              davschul David Schulz
              ecko ecko
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes