Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 4.8.0
-
None
Description
I have my coding style set to:
{{{{if (i < b)}}}} {{ {{ bar (i);}}}} {{else}} {{{}} {{ {{ bar }}{{(i)}}{{; }}}} {{{{ bar(b);}}}} {{ {{}}}}}
However when I type `else` and press enter, Qt Creator auto completes the brackets to:
{{{{if (i < b)}}}} {{ {{ bar }}{{(i)}}{{;}}}} {{ {{else { }}}} {{ {{ CURSOR_HERE }}}} {{ {{} }}}}
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-21767 [Reg 4.7 -> 4.8] Qt Creator code completion for else block not configurable
- Closed