Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: oBFusCATed on September 16, 2018, 03:18:08 pm

Title: Request for testing of changes to the fold/fold all commands (ticket #700)
Post by: oBFusCATed on September 16, 2018, 03:18:08 pm
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.
Title: Re: Request for testing of changes to the fold/fold all commands (ticket #700)
Post by: BlueHazzard on September 16, 2018, 08:34:45 pm
I don't use folding very often, but for me all seems to be ok
windows 7 wx30

Quote
New feature: f2 (toggle fold) works when the caret is inside the block.
this should be F12
Title: Re: Request for testing of changes to the fold/fold all commands (ticket #700)
Post by: oBFusCATed on September 16, 2018, 08:37:06 pm
this should be F12
Yep, fixed.
Title: Re: Request for testing of changes to the fold/fold all commands (ticket #700)
Post by: Miguel Gimenez on September 17, 2018, 01:40:41 pm
Also works for me; Windows 7-64 bits with wxWidgets 3.1.1-32 bits
Title: Re: Request for testing of changes to the fold/fold all commands (ticket #700)
Post by: oBFusCATed on September 29, 2018, 09:57:04 am
In trunk...