Re: Leo 5.x no longer working in my Windows 10 environment

2016-12-02 Thread Edward K. Ream
On Monday, June 27, 2016 at 1:40:35 PM UTC-5, Viktor Ransmayr wrote: Leo 5.3 was working fine for me for quite some time. > > Without any (known) changes Leo stopped working :-( > Happily, I think we can say, the same thing just happened to me when I installed Python 3.5.2 on Anaconda 4.2.0 on

Re: A major change to Leo's markdown importer

2016-12-02 Thread Edward K. Ream
On Friday, December 2, 2016 at 8:36:26 AM UTC-6, Edward K. Ream wrote: > > On Friday, December 2, 2016 at 8:23:03 AM UTC-6, Edward K. Ream wrote: >> >> As of rev e90fc6b, Leo's markdown importer converts all sections to '#' >> sections. >> > > Eating my own dog food has instantly revealed some

Re: A major change to Leo's markdown importer

2016-12-02 Thread Edward K. Ream
On Friday, December 2, 2016 at 8:23:03 AM UTC-6, Edward K. Ream wrote: > > As of rev e90fc6b, Leo's markdown importer converts all sections to '#' > sections. > Eating my own dog food has instantly revealed some minor problems. I'll fix them immediately. EKR -- You received this message

A major change to Leo's markdown importer

2016-12-02 Thread Edward K. Ream
As of rev e90fc6b, Leo's markdown importer converts all sections to '#' sections. The technical justification appears at the bottom of the page for #342 . The rest of this post explains the change from a user's point of view. *tl;dr:*

Re: uA's as OrderedDict

2016-12-02 Thread 'Terry Brown' via leo-editor
On Fri, 2 Dec 2016 05:04:55 -0800 (PST) Josef wrote: > On second thought, I realize, only the inner dict needs to be an > OrderedDict, and it is the plugin itself which is responsible for > that - so no need to change the uA implementation. Do you just want the plugin to

Re: uA's as OrderedDict

2016-12-02 Thread Edward K. Ream
On Friday, December 2, 2016 at 7:04:55 AM UTC-6, Josef wrote: > > On second thought, I realize, only the inner dict needs to be an > OrderedDict, and it is the plugin itself which is responsible for that - so > no need to change the uA implementation. > Oh good ;-) EKR -- You received this

Re: uA's as OrderedDict

2016-12-02 Thread Josef
On second thought, I realize, only the inner dict needs to be an OrderedDict, and it is the plugin itself which is responsible for that - so no need to change the uA implementation. - Josef -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To

Re: All importers have been converted!

2016-12-02 Thread Edward K. Ream
On Wednesday, November 30, 2016 at 7:02:28 AM UTC-6, Edward K. Ream wrote: > > Rev d3e7ead is a long-awaited milestone. All importers are subclasses of > the Importer class in linescanner.py, except for the json importer, which > is stand-alone code. > And ceb99177 is another milestone.

uA's as OrderedDict

2016-12-02 Thread Josef
I wonder if it is possible to implement the uA's as OrderedDict. That would allow the attrib_edit plugin to display the attributes in a customizable order, instead of only alphabetically. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To