Re: hoist/dehoist

2020-07-07 Thread Edward K. Ream
On Tue, Jul 7, 2020 at 5:24 AM Edward K. Ream wrote: I've added the following to my internal to-do list: > > Review leoInteg issues and comment if a 'helper function' in Leo might > help. > I have just created Leo issue #1613 for this. Edw

Re: hoist/dehoist

2020-07-07 Thread Edward K. Ream
On Tue, Jul 7, 2020 at 12:59 AM Félix wrote: Nevermind the hoist/de-hoist I've got it under control! :) > Glad to hear it. Well done. In a similar vein, I'm going to test an importer script (with Ctrl-B in leoInteg) and see what happens. Edward -- You received this message because you are s

Re: hoist/dehoist

2020-07-07 Thread Edward K. Ream
On Mon, Jul 6, 2020 at 7:10 PM Félix wrote: > If anyone who knows Leo's codebase wants to help with leoInteg, a nice little thing would be to go through the issues at your leisure, and comment if it rings a bell in relation to a 'helper function' in Leo that might do something in particular to ac

Re: hoist/dehoist

2020-07-06 Thread Félix
July 6, 2020 at 6:53:25 PM UTC-4, Félix wrote: >> >> Hi Edward, >> >> Another little question here, while trying to find a way to implement >> hoist/dehoist: >> >> Would checking if hoistStack has lenght (is thruty), and using its top >> entry's &

Re: hoist/dehoist

2020-07-06 Thread Félix
ing in particular to accomplish what the feature/enhancement the issue itself is about. Thanks! :) -- Félix On Monday, July 6, 2020 at 6:53:25 PM UTC-4, Félix wrote: > > Hi Edward, > > Another little question here, while trying to find a way to implement > hoist/dehoist: > > Wo

hoist/dehoist

2020-07-06 Thread Félix
Hi Edward, Another little question here, while trying to find a way to implement hoist/dehoist: Would checking if hoistStack has lenght (is thruty), and using its top entry's "p" as a target (to return its children list) instead of the root node of the tree work? I think so bu