Re: About PR #3828: Require Qt6.6+

2024-03-24 Thread Edward K. Ream
On Sun, Mar 24, 2024 at 7:53 AM Thomas Passin wrote: > Every one of my fleet of Linux VMs has finally got PyQt 6.6, so that's > favorable. No one can prove that *every* distro will have it - there are > just too many variations - but so be it. I don't know about ARM versions > and don't have a

Re: A Script To Insert An Image

2024-03-24 Thread jkn
I think the fact that (recently discovered) ... there seems to be no method getPath() in LeoConfig.py tells us something. Not trying to make a big deal of this, mind you... On Sunday, March 24, 2024 at 12:48:13 PM UTC tbp1...@gmail.com wrote: > It's still a good question, though. Is there an

Re: About PR #3828: Require Qt6.6+

2024-03-24 Thread Thomas Passin
Every one of my fleet of Linux VMs has finally got PyQt 6.6, so that's favorable. No one can prove that *every* distro will have it - there are just too many variations - but so be it. I don't know about ARM versions and don't have a way to check, but I suppose they are still not a likely

Re: A Script To Insert An Image

2024-03-24 Thread Thomas Passin
It's still a good question, though. Is there an actual use for a setting of type "@path"?Having it included in that documentation section seems to imply that there is, though its inclusion may have been meant only as a syntax example. Can anyone resolve this? On Sunday, March 24, 2024 at

Re: A Script To Insert An Image

2024-03-24 Thread Edward K. Ream
On Sun, Mar 24, 2024 at 7:01 AM Thomas Passin wrote: > Settings and headlines are not the same. > At last I understand :-) As Thomas says, the syntax for settings nodes is different from directives. In other words, Leo's documentation appears to be correct. Edward -- You received this

Re: A Script To Insert An Image

2024-03-24 Thread jkn
I see what you mean... yes, I conflated the two (a site search for '@path' got me to the link I mentioned, and not to the canonical documentation Edward pointed out) In that case, can someone give me an example of the use for @settings @path mypath = path/to/... ? Thanks, J^n On Sunday,

Re: A Script To Insert An Image

2024-03-24 Thread Edward K. Ream
On Sun, Mar 24, 2024 at 5:39 AM jkn wrote: I put the link (to a different part of the documentation) in an earlier > post: > https://leo-editor.github.io/leo-editor/customizing.html#simple-settings-nodes > Thanks. I'll take a look. Edward -- You received this message because you are

About PR #3828: Require Qt6.6+

2024-03-24 Thread Edward K. Ream
I am now working on PR #3828 : require Qt 6.6+. This PR is experimental and possibly controversial. *The good news* - leoQt.py contains no conditional imports. - leoQt.py defines all constants unambiguously. - No Qt-related switches

Re: A Script To Insert An Image

2024-03-24 Thread Thomas Passin
Settings and headlines are not the same. On Sunday, March 24, 2024 at 6:39:03 AM UTC-4 jkn wrote: > Hi Edward > I put the link (to a different part of the documentation) in an earlier > post: > https://leo-editor.github.io/leo-editor/customizing.html#simple-settings-nodes > > The section you

Two PRs merged into devel

2024-03-24 Thread Edward K. Ream
Leo's "devel" branch now contains two significant PRs: PR #3838 updates developer scripts that build and test Leo. The (newly revised) info issue #2867 lists these scripts. All these

Re: A Script To Insert An Image

2024-03-24 Thread jkn
Hi Edward I put the link (to a different part of the documentation) in an earlier post: https://leo-editor.github.io/leo-editor/customizing.html#simple-settings-nodes The section you reference is clear, and correct. The link above perhaps references an older syntax? Regards, J^n On Sunday,

Re: A Script To Insert An Image

2024-03-24 Thread Edward K. Ream
On Sun, Mar 24, 2024 at 4:20 AM jkn wrote: > > I am commenting on the fact that the documentation says that an @path > directive (and all the others in the table below) takes the form > > @path **=** my/path > > whereas in fact no equals sign is necessary (any might well cause an > error?) > >

Re: A Script To Insert An Image

2024-03-24 Thread jkn
That's not what I am commenting on - I'm well aware of all of that. I am commenting on the fact that the documentation says that an @path directive (and all the others in the table below) takes the form @path **=** my/path whereas in fact no equals sign is necessary (any might well cause an