Details
-
Suggestion
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
Qt Creator 4.5.2
-
None
Description
if (x)
x+=2;
Currently, insert { after gives:
if (x) {}
but should give:
if (x) {
x+=2;
}
That is to say the closing brace should be inserted after the following indented block.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-18872 [REG 4.3->4.4] Curly brace completion adds closing brace where unneeded
-
- Closed
-