FIXED: Fold bug

Report issues, odd behaviors or submit a detailed bug report.
Post Reply
kosthala
Posts: 49
Joined: 18 Feb 2014 21:36

FIXED: Fold bug

Post 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).
Attachments
Demo.zip
(198 Bytes) Downloaded 109 times
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

Re: Fold bug

Post 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).
Post Reply