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

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes