Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 8.0.0-beta1, Qt Creator 8.0.0-beta2, Qt Creator 8.0.0-rc1
-
None
-
-
d3a40b1d0418d430a0f6b4827e1be053e8b49a30
Description
(Tested only on Windows 11 so far.)
The auto-completion dropdown in the text editor (C++ editing) closes automatically when the second character is typed. Example: (|-symbol is the cursor in the editor)
QVariant v; v.t|
will open the dropdown for auto-completion. When I then type an 'o', like
QVariant v; v.to|
the dropdown automatically closes and I have to manually reopen it via <ctrl>+<space>.
See the attached screen recording for clarification. As can be seen there, with the second letter after the dot, the dropdown closes. (I press <ctrl>+<space> to open it up and proceed.)