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

Add code style setting for formatting types

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Duplicate
    • P3: Somewhat important
    • None
    • Qt Creator 2.3.0-beta
    • C/C++/Obj-C++ Support
    • None

    Description

      It would be cool to be able to customize the location of the qualifiers for autocompletion results, e.g.

      void foo(const int& a)
      void foo(int const& a)
      void foo(int const &a)
      void foo(const int &a)
      void foo(int const & a)
      void foo(const int & a)
      

      Should all be configurable.

      Attachments

        Issue Links

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

          Activity

            People

              erikv Erik Verbruggen
              kolam Paul Kolomiets
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes