Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.15.2
-
None
-
-
f84e4ea8ccdaa2b422255ec61bbf573a78030edf (qt-creator/qt-creator/5.0)
Description
Wrong hightlight for brackets and missing bracket for miltiline ternary operator.
Example code:
Right higlight:
int a = (( true ? 0 : 1));
Wrong highlight:
int a = (( true ? 0 : 1));
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-26073 Brace matching gets confused by a linebreak in a ternary operator
-
- Closed
-