Details
-
Bug
-
Resolution: Duplicate
-
P4: Low
-
None
-
Qt Creator 2.8.1
-
None
Description
With the following code:
import QtQuick 2.0
Image {}
Hitting 'Enter' between the two braces will produce:
import QtQuick 2.0
Image {
}}
It would be nice if the extra brace was not inserted in this case.
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-10720 Pressing newlines in {} adds extra }
- Closed