I love it too but then again I love how much KDevelop4 is too. Waiting for the Windows version of it also. The only grips are no empty gui project and no cmake project from the start instead of manally doing it then importing. No importing of cmake from git. Can't close the side panel. And the way I do my styling in C++ creator screws it up.
like for example I do this
int
Foo::bar() const {
....
}
int
Foo::bar() const {
....
}
To copy to clipboard, switch view to plain text mode
Qt-Creator likes doing this
int
Foo::bar() const {
....
}
int
Foo::bar() const {
....
}
To copy to clipboard, switch view to plain text mode
Bookmarks