Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 13.0.0-beta2
-
None
Description
Closing curly bracket is not inserted if code is typed too fast
Tests steps:
1. Copy paste the code 'while (true) {' to C++ editor
2. Hit 'Enter' immediately after the step 1
Result:
If user is fast enough, the closing curly bracket is not inserted. This bug is not reproducible with Qt Creator 12.0.2.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-30434 [Reg: 12.0->13.0] Auto-Insertion closing curly braces does not work
- Closed