Here is the link to the original issue: https://sourceforge.net/p/codeblocks/tickets/700/
And here is the link to the branch where the changes are: https://github.com/obfuscated/codeblocks_sf/commits/experiments/folding
New feature: f12 (toggle fold) works when the caret is inside the block.
Improved: toggle all should work better when there is a mix of expanded/collapsed folds in level-0 block of code.
Changes: All folding code has changed. So if you're using any folding command your help testing this change for regressions would be appreciated.
To do the testing you need to manually build the code.
I don't use folding very often, but for me all seems to be ok
windows 7 wx30
QuoteNew feature: f2 (toggle fold) works when the caret is inside the block.
this should be F12
Also works for me; Windows 7-64 bits with wxWidgets 3.1.1-32 bits
In trunk...