Re: About changes to VR3

2020-09-22 Thread tbp1...@gmail.com
We are not out of the woods yet. I have found that unpredictably an outline will open VR3 in a floating window, and then there doesn't seem to be a way to get it to open in the internal pane, not even closing and reopening Leo. When this happens, the title bar does not show that name of the ou

Re: About changes to VR3

2020-09-22 Thread tbp1...@gmail.com
After I deleted .leo\db folder, VR3 finally opened in an internal frame. Opening a floating VR3 window from the splitter context menu opened a second, floating window while leaving the previously opened internal pane alone. I found I had to delete both databases in the db folder to get this to

Re: About changes to VR3

2020-09-22 Thread tbp1...@gmail.com
The upshot is : 1) Making the suggested change(s) does not give us a global VR3 window; 2) All these ``ns_provider`` things seem to apply only when a floating window is opened from the splitter bar context menu. Otherwise they are not even activated. 3. So these ``ns_provider`` methods don't be

Re: About changes to VR3

2020-09-22 Thread tbp1...@gmail.com
Unfortunately, changing ns_provider_id to return a constant string did not cause the VR3 pane to be global. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to leo-ed

Re: Leo Integration Status Update

2020-09-22 Thread Arjan
Very nice video. Also, looking forward to a stable LeoInteg! Now, if there's a light theme called "Winter is coming", there should also be a dark theme called "The night is dark and full of terrors"? ;) On Monday, September 21, 2020 at 7:45:33 AM UTC+2 FĂ©lix wrote: > Hello all of you Leonistas!

Re: About changes to VR3

2020-09-22 Thread tbp1...@gmail.com
For VR3, I just copied the code from VR. I didn't know anything about how it all worked, the ``provides`` code and all, so I didn't make any changes. I seem to remember that at some point, I did change ``viewrendered`` to ``viewrendered3`` somewhere in the ``provider`` class, but I might not

Re: Leopard: using Leo as a DB and website

2020-09-22 Thread k-hen
Cool! On Monday, September 21, 2020 at 5:15:00 AM UTC-4 Edward K. Ream wrote: > On Mon, Sep 21, 2020 at 3:05 AM jkn wrote: > > Interesting stuff, thanks for this. I shall have to read more about the >> 'Associative Model of Data'. >> > > That might be fun. I took a quick look years ago. > > How

Re: ENB: the biggest picture

2020-09-22 Thread k-hen
That's fantastic news, really looking forward to it :-) On Friday, September 18, 2020 at 4:16:15 PM UTC-4 Edward K. Ream wrote: > On Fri, Sep 18, 2020 at 2:10 PM Rob wrote: > >> I can't wait to see that post from Speed! > > > I've sent the first draft to Speed for his comments and corrections. I

SQL Syntax / Custom Syntaxes

2020-09-22 Thread k-hen
OK, I've looked around, but can't seem to find anything on the docs on defining custom syntaxes. i.e. I can't seem to find and @language sql Can I do this myself (realistically)? -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe fr

About changes to VR3

2020-09-22 Thread Edward K. Ream
I have been stepping on Thomas's toes regarding the VR3 plugin. It's time to sort things out. I propose that Thomas be fully responsible for the VR3 plugin from here on. In other words, I promise not to touch the code. I have just delegated #1685

Dev documentation: about the nested splitter Provider classes

2020-09-22 Thread Edward K. Ream
For a long time I thought the Provider classes were kinda mysterious. As soon as I started using them, their mystery disappeared. This post will tell document these Provider classes in more detail. This post will be pre-writing for a dev info issue. *Overview* Terry created the Provider classe

Leo Sql Challenge

2020-09-22 Thread k-hen
Hi All, Looking for ideas for best practice - for another unusual situation. As mentioned previously, I'm using the Alembic library to do SQL schema migrations. So ... 1: I have an @clean my_migration.py file directive. 2: I have python functions that return 3: sql/ddl strings to execute.