Qt Creator replaces . in float by ->
-
When I try to write
float f=0.0;Qt Creator replaces . with -> instantly, as if 0 is a pointer.
I use Qt Creator 4.0.1. Should I report this issue, or is it already known?@Teh-Me
Hello,
I can't reproduce that with Qt Creator 4.0.0 on Debian.If you want to see what's known you could open the bugreports page and search for Qt creator (you can use the forum credentials to log in the bug tracker).
Kind regards.
-
@Teh-Me
Hello,
I can't reproduce that with Qt Creator 4.0.0 on Debian.If you want to see what's known you could open the bugreports page and search for Qt creator (you can use the forum credentials to log in the bug tracker).
Kind regards.
@kshegunov, I also use clang code model, maybe it is important. Do you use it? I will try to disable it tomorrow, when I reach my linux machine.
-
@kshegunov, I also use clang code model, maybe it is important. Do you use it? I will try to disable it tomorrow, when I reach my linux machine.
-
Can confirm this with Creator 4.0.2 (Linux x86_64). Only happens with Clang code model.
-
When I try to write
float f=0.0;Qt Creator replaces . with -> instantly, as if 0 is a pointer.
I use Qt Creator 4.0.1. Should I report this issue, or is it already known?@Teh-Me said:
Should I report this issue
Do it if you like but looking at https://bugreports.qt.io already shows so many bugs regarding the clang code model...