[Qt-creator] Congrats on 4.2
Jason H
jhihn at gmx.com
Wed Dec 21 18:40:54 CET 2016
I've been using 4.2 and aside from one crash which I can't reproduce reliably, it seems like a great release. I did not understand the way the kits worked in the project view, but I do now. Thanks for incorporating all that last minute feedback!
What's next for Qt Creator?
- The biggest single thing that I'd like to see is that closing scope hinting: } // Rectangle id:MyRect
- Some other minor things I'd like to see:
-- plist editor (to match Android's Manifest editor)
There is only one minor annoyance: Given
if ()
else x
If I want to place a { before x and hit enter, I want to create:
else {
x
But what I get is (with a purple flash):
else {
x
What is in charge of doing the purple flash and extra new line?
More information about the Qt-creator
mailing list