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

When refactoring a method name, Qt Creator should not move * and &

    XMLWordPrintable

Details

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

    Description

      Currently when I change a method, Qt Creator offers me to rename the declaration/definition too by clicking a lamp icon. I prefer the coding style to stick * and & to the type like: ClassName* obj or ClassName& obj but Qt Creator always moves them to ClassName *obj and ClassName &obj.
      Qt Creator should apply the changes without reformatting the method: ClassName* obj, should remain ClassName* obj.

      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
              zingam Zingam
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes