Re: mod_http has been (partially) rewritten

2016-10-11 Thread Edward K. Ream
On Tuesday, October 11, 2016 at 1:11:24 PM UTC-5, Edward K. Ream wrote: > > On Fri, Oct 7, 2016 at 11:14 AM, Chris George > wrote: > >> Here is a different approach. >> > > ​It doesn't work any better for me on Mozilla. > Rev 4ca08e6 reverts to a static scheme, with

Re: mod_http has been (partially) rewritten

2016-10-11 Thread Edward K. Ream
On Fri, Oct 7, 2016 at 11:14 AM, Chris George wrote: > Here is a different approach. > ​It doesn't work any better for me on Mozilla. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and

083234a: #321 complete: Leo optionally allows sections in @auto files

2016-10-11 Thread Edward K. Ream
Rev 083234a completes #321 : allow section references in imported code. The setting @bool allow_section_references_in_at_auto = False enables

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

2016-10-11 Thread 'Terry Brown' via leo-editor
I've been working on this, still not clear quite how big a task it will be, but I think quite significant. I actually have a version which works, opening all the tabs (Log, Find, etc.) in a tabbed dock etc., but I'm sure it would break a bunch of unit tests etc., and plugins.  Things like

Re: How to use the new javascript importer

2016-10-11 Thread Edward K. Ream
On Monday, October 10, 2016 at 7:32:58 AM UTC-5, Edward K. Ream wrote: Rev 182398c regularizes all leading whitespace automatically. Imo, this is > a reasonable thing to do in all situations. > Rev fbc8d58 contains several improvements, as discussed below. The code is essentially complete,