Details
-
Suggestion
-
Resolution: Duplicate
-
P5: Not important
-
None
-
Qt Creator 2.7.0, Qt Creator 4.7.0-beta1
-
None
Description
Hi,
This code segment will have only one thing to collapse on the left side:
void funct(void) /************************************************************* * multiline Comment after function declaration and it's brace * * breaks collapsing, so collapsing of a braces and comments * should be separated. **************************************************************/ { int newOne = 1; }
IMO there should be two - one for comment and another for braces.
Not a big deal anyway.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-5110 Wrong folding of multi-line comment
- Closed
- relates to
-
QTCREATORBUG-7852 Refactoring of Code Folding
- Reported