folding lines in code not working properly
A free, portable, fast and simple C/C++ IDE
Brought to you by:
orwelldevcpp
Version: 5.6.3
OS version: Windows XP SP3 32 bit
Error reported:
after clicking the little (-) button in a function or a loop, clicking on another (-) button of a function in next lines won't collapse the lines as desired, but put a breakpoint instead.
Stack trace:
Steps needed to reproduce the problem: click a (-) and click another in a next line
This issue is also occurring for me. In addition to preventing folding, folding a function will cause any folded functions below it to be stuck closed until the top function is unfolded.
OS: Windows 8 (64 bit)
Version: 5.6.3
I did some exploratory testing with folding and unfolding 3 functions. I thought that perhaps the fault was related to the order in which they are folded and unfolded. This was not supported by the tests. Instead, it seems that the fault arises when attempting to fold or unfold a function below a folded function, no matter how far below.
Summary: When attempting to fold / unfold a function below a previously folded function, a break point is inserted and the expected behavior does not occur.
Confirmed. Working on it.
Sorry, but that's still not fixed in 5.8.3...
Apologies, I planned to release 5.8.4 when I edited this ticket which fixes this bug. That didn't happen due to a failed unit test, but I forgot to undo the state change.
Fixed in 5.9.0.