Author Topic: Request for testing of changes to the fold/fold all commands (ticket #700)  (Read 3707 times)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
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.
« Last Edit: September 16, 2018, 08:36:47 pm by oBFusCATed »
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Request for testing of changes to the fold/fold all commands (ticket #700)
« Reply #1 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1549
Re: Request for testing of changes to the fold/fold all commands (ticket #700)
« Reply #3 on: September 17, 2018, 01:40:41 pm »
Also works for me; Windows 7-64 bits with wxWidgets 3.1.1-32 bits

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Request for testing of changes to the fold/fold all commands (ticket #700)
« Reply #4 on: September 29, 2018, 09:57:04 am »
In trunk...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]