Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 3.3.0-beta1
-
None
-
Windows 7 64 bit
Description
- Open a source file with the following lines:
QMessageBox mb; mb.addButton(
- Place your cursor at the end of the second line and press Ctrl+Space.
Creator shows a tooltip with the parameters of the function. - Let's say you want to use the second overloading of the function. Press "Down" arrow.
The tooltip now shows the second overloading. - 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
- duplicates
-
QTCREATORBUG-11688 Tooltip for parameter list of overloaded methods switches back to first overload method each time a comma is pressed
-
- Closed
-