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

Help tooltip switches to different function overloading while typing parameters

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • Qt Creator 3.3.0-beta1
    • C/C++/Obj-C++ Support
    • None
    • Windows 7 64 bit

    Description

      1. Open a source file with the following lines:
        QMessageBox mb;
        mb.addButton(
        
      2. Place your cursor at the end of the second line and press Ctrl+Space.
        Creator shows a tooltip with the parameters of the function.
      3. Let's say you want to use the second overloading of the function. Press "Down" arrow.
        The tooltip now shows the second overloading.
      4. Type a string parameter and then a comma to proceed to the next parameter.
        The tooltip switches back to the first overloading of the function.

      When the user selected an overloading, Creator should stick to that.

      Attachments

        Issue Links

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

          Activity

            People

              kosjar Nikolai Kosjar
              rlohning Robert Löhning
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes