Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 10.0.0
-
None
Description
After I updated to Qt Creator 10.0.0 the auto indent of comments (/* ... {}/){} does not work correctly anymore. If I insert an opening comment (/) it is correctly aligned with the beginning of the next line, but if I add the closing comment (*/) after the line it is placed at the beginning of the line.
i.e.
/*
QSting string = "Hello world!"
*/
This is pretty disturbing for the workflow during coding. I'm using FakeVim. In all earlier versions of Qt Creator, the closing comment was always aligned with the beginning of the previous line.