Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 4.8.0-beta1
-
Windows 7 x64, Creator snapshot from Sep 13, rev bb6851632a
Description
// main.c typedef struct { int bar; } Foo; int main() { Foo foo; Foo *p = &foo; p. // no dot-to-arraw-conversion, // no completions offered return 0; }
Steps to reproduce:
- Press "p."
Expected behavior:
- Dot is converted to arrow: "p->"
- Completions are offered: "p->bar"
Note that this is working nicely in 4.7
Attachments
Issue Links
- resulted in
-
QTCREATORBUG-21226 Squish: Add another test to tst_memberoperator
- Closed