Re: Qt docking as a replacement for NestedSplitter "Easteregg" menu.

2016-10-01 Thread 'Terry Brown' via leo-editor
On Fri, 30 Sep 2016 06:15:49 -0500 "Edward K. Ream" wrote: > On Mon, Sep 26, 2016 at 1:42 PM, 'Terry Brown' via leo-editor < > leo-editor@googlegroups.com> wrote: > > > https://github.com/leo-editor/snippets/blob/master/examples/ > > layout/qtdock.py > > > > is a Py 2.7 /

Extending mod_http plugin based on leo_to_html.xsl

2016-10-01 Thread Edward K. Ream
Leo's online rendering page uses xslt to create html from a .leo file. The actual code is in leo_to_html.xsl. Using xslt is natural on Leo's main server. It could even be called elegant, though only we nerds would think so.

Re: Leo 5.4b1 coming soon. Please test

2016-10-01 Thread Edward K. Ream
On Friday, September 23, 2016 at 10:36:23 AM UTC-5, Edward K. Ream wrote: I would also like to fix #313 > : "vim-open-node > opens file instead of just node" before b1 > This is the only known bug in Leo. I'll fix it soon. Expect b1 in

Re: 288914b: viewrendered plugin supports @pyplot nodes

2016-10-01 Thread Edward K. Ream
On Friday, September 30, 2016 at 6:41:16 AM UTC-5, Edward K. Ream wrote: > - With PyQt5, you have to *resize* the VR pane in order to see the output! Completely fixed at 563813803. On Qt5 only, it seems necessary to hide the QWebView before showing it. Imo, this is a bug, but happily the

Re: mod_http.py

2016-10-01 Thread Edward K. Ream
On Sat, Oct 1, 2016 at 6:38 AM, Edward K. Ream wrote: ​Fixed at ​~~​ 2590f3c ​~~. Make that 8d59038. EKR -- 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,

Re: mod_http.py

2016-10-01 Thread Edward K. Ream
On Sat, Oct 1, 2016 at 5:57 AM, Edward K. Ream wrote: > On Fri, Sep 30, 2016 at 5:48 PM, Chris George > wrote: > >> The styling works great on all of the child pages, but doesn't change the >> initial page at all. >> > > ​Interesting. Firebug reports

Re: mod_http.py

2016-10-01 Thread Edward K. Ream
On Fri, Sep 30, 2016 at 5:48 PM, Chris George wrote: > The styling works great on all of the child pages, but doesn't change the > initial page at all. > ​Interesting. Firebug reports there is no stylesheet for the main page. This should be easy enough to fix. EKR --