Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.8.0
-
None
-
Qt Creator 2.8.0
-
e3c5796d2fa68c90e19c6352397ba594e1131507
Description
When you type fast and you know what you type, and use "." instead of "->" for faster typing, autocompletion window "corrupts" the cursor position.
If I type something like: "member.setval", following happens:
"member.setv" appears. cursor is moved after ".". Completion menu appears. The text becomes:
"member->setv". Then my last 2 letters appears after the ->, and the final text becomes:
"member->alsetv"
This is annoying, I must always wait a second. The problem does bnot appear if I type "->" properly, or the real operator is "."