Page 1 of 1

FIXED: Fold bug

Posted: 03 Mar 2022 12:24
by kosthala
I have found a small folding bug.
Please take a look at the attached file.
When I fold the "do" statement, it folds until the "MyLabel" (it should fold until the "while" statement).

Re: Fold bug

Posted: 11 Mar 2022 09:54
by Rickard Johansson
It's not a bug. Folds are defined in the syntax files and if nothing specific is defined for "do .. while" - then folding based on indention is used.

I've added a few new lines to the Cpp syntax file in next release (v15.45).