Using Bufferscroll for elevation is excellent because it saves all my folds between saves. The problem I am facing is that I have many subtasks, and every time I hide and then expand the parent sketch, all the subtasks are re-expanded. Is there a way to simply fold / expand the parent, but keep all the children in their last state until the explicit spread?
@PatatjeNL thanks for the answer, but I think that either I am still doing something wrong, or I may not have fully explained this question. let me give an example:
def foo():
if a == b:
bar(a)
bar(b)
return 1
if c==d:
bar(c)
bar(d)
return 2
ok .. so with the above, I could reset the line def foo () (1) if a == b: line (2) or if c == d: line (3). If I fold (2) and (3), all is well. Then I can reset (1). But if i, then UNnold 1, (2) and (3) no longer bend. Everything that is contained in (1) unfolds, and this is what I am trying to keep in a state.
I tried to reinstall several times, and of course I can continue to have a technical problem in this regard, but I thought that I would do it just to make sure that we are on the same wavelength.
Thanks again for your attention!
source
share