Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-284 C/C++ beautifier to Creator?
  3. QTCREATORBUG-1355

Add option for setting preferred pointer or reference type declaration style

    XMLWordPrintable

Details

    Description

      Currently, when e.g. autocompleting a method signature, say void Foo::bar(const Baz& b), QtC always puts the pointer or reference "tag" next to the variable name. That is, that declaration would be autocompleted as void Foo::bar(const Baz &b). IIRC this is correct Qt style, but for those of us who think that, semantically, the pointer or reference tag is part of the type and not the variable name, it would be nice to autocomplete it (and other cases) instead with the tag next to the type, separated from the variable name by a space.

      Attachments

        Issue Links

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

          Activity

            People

              kandeler Christian Kandeler
              ilkka Ilkka Laukkanen
              Votes:
              2 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes