Re: UUID gnx support

2022-09-12 Thread spike
On 2022-09-12 15:39, Edward K. Ream wrote: > On Mon, Sep 12, 2022 at 3:39 PM spike wrote: > >> A longstanding pet peeve of mine is that Leo includes the user name in >> the gnx string, so I patched it to use UUIDs instead. I don't know if >> anyone else cares enough to warrant including this

Re: UUID gnx support

2022-09-12 Thread Edward K. Ream
On Mon, Sep 12, 2022 at 3:39 PM spike wrote: > A longstanding pet peeve of mine is that Leo includes the user name in > the gnx string, so I patched it to use UUIDs instead. I don't know if > anyone else cares enough to warrant including this upstream, but I've > created a PR (#2843) in case

Re: where does "leo_auto_file" come from?

2022-09-12 Thread Thomas Passin
Always more to find out about ... On Monday, September 12, 2022 at 4:30:53 PM UTC-4 map...@gmail.com wrote: > *follow up from > https://github.com/leo-editor/leo-editor/issues/2824#issuecomment-1241276950 > > > so

UUID gnx support

2022-09-12 Thread spike
A longstanding pet peeve of mine is that Leo includes the user name in the gnx string, so I patched it to use UUIDs instead. I don't know if anyone else cares enough to warrant including this upstream, but I've created a PR (#2843) in case anyone is interested. I've been using this for a couple

where does "leo_auto_file" come from?

2022-09-12 Thread Matt Wilkie
*follow up from https://github.com/leo-editor/leo-editor/issues/2824#issuecomment-1241276950 so as not to awaken a closed issue:* "I checked my Windows registry entry for the *.leo* class, and I have it as *leo_auto_file*. I don't remember setting that up, but the *shell/open/command* entry

Re: Leo deployment on Windows - past story, current story

2022-09-12 Thread Matt Wilkie
pip install without *--editable* leaves out some files from Leo's root folder. This doesn't stop Leo from working but can be annoying if you try to do one fo the things that needs them. I'm hazy in the details. It's talked about somewhere in the mailing list archive and Github issues. It

Discuss: remove leoBridgeTest.py and leoDynamicTest.py?

2022-09-12 Thread Edward K. Ream
These two files run unit tests using `@test nodes` in .leo files. I would like to remove them both. Does anyone still use them? Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails

Re: I wonder why...

2022-09-12 Thread Edward K. Ream
On Sun, Sep 11, 2022 at 10:03 PM Thomas Passin wrote: > If you want to try using PyQt5, you can pip-install it by hand. Here's how > I get Leo to use PyQt5 instead of PyQt6; I think it's the easiest way to > do it. I navigate to Lib/site-packages and find the PyQt5 and PyQt6 > directories. I

Re: I wonder why...

2022-09-12 Thread Edward K. Ream
On Sun, Sep 11, 2022 at 7:07 PM FĂ©lix wrote: > (I installed python 3.9, to use the latest Leo - and PyQt5 as per the > official doc on Leo'S website about it being the only dependency > https://leoeditor.com/installing.html#dependencies ) > Thanks for this bug report :-) Leo's installation