Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 3.2.0-beta1
-
1ac804528e85a6b430950b89d461388d2f534b8d
Description
Steps to reproduce:
- create a simple main.cpp using Qt
- put some pointer objects into the code
- enter the variable name, type a '.' and wait for getting automatically corrected to '->'
- replace the '.' by '->' manually and hit 'Ctrl+Space' - proposal widget does not come up
- add an include to something unique and type the first parts of the object's name and hit 'Ctrl+Space' - it won't be automatically completed
Current result:
- nothing happens