Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
Qt Creator 13.0.0-beta2
Description
Steps to reproduce:
- start some condition, function or whatever
if (true) { // or... void bla() { // or... class Dummy {
- directly after the curly brace hit Return
Current result:
- cursor jumps into the next line
Expected result:
- cursor jumps into the next line and adds a closing curly brace (and the semicolon for the class) in the following line automatically
Note: This still works, if waiting for a sec or two.. And disabling the async highlighter makes it work as expected.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-30431 Closing curly bracket is not inserted if code is typed too fast
- Closed