Re: Leo 6.6b2 released

2022-02-26 Thread Viktor Ransmayr
Hello Edward, Edward K. Ream schrieb am Freitag, 25. Februar 2022 um 15:16:26 UTC+1: > Leo http://leoeditor.com 6.6b2 is now available on GitHub > and pypi > . > FYI: Installation of Leo 6.6b2 from PyPI

Re: Leo 6.6b2 released

2022-02-26 Thread Edward K. Ream
On Sat, Feb 26, 2022 at 2:07 AM Viktor Ransmayr wrote: > Hello Edward, > > Edward K. Ream schrieb am Freitag, 25. Februar 2022 um 15:16:26 UTC+1: > >> Leo http://leoeditor.com 6.6b2 is now available on GitHub >> and pypi >>

"leoPyRef.leo saving makes big diff" annoyance has crept back!

2022-02-26 Thread FĂ©lix
I'm still working to release a new leointeg version this weekend, heheh , anyways, in the meantime, I just finished a small fix in leo's codebase and realized that saving leopyref makes big 'diff' when it shouldn't even change at all, like it did a little while ago... hopefully this can be

I have an @command X executed by selecting a menu item. X wants to change the selected node.

2022-02-26 Thread SegundoBob
cmdr.selectPosition(posX) has immediate effect when executed by Ctrl+B, but it has NO observable effect when executed in an @command function invoked by a menu item. Is there any way to do what I want to do? SegundoBob -- You received this message because you are subscribed to the Google

Re: I have an @command X executed by selecting a menu item. X wants to change the selected node.

2022-02-26 Thread tbp1...@gmail.com
You have got to get the *new_position* argument to the command. There's a method for a command to get arguments from the minibuffer, but I've never used it so I can't give you the details. Someone else could chime in here ... On Saturday, February 26, 2022 at 4:36:22 PM UTC-5 SegundoBob