Re: Coming soon: Leo's web site will migrate to Google Pages

2017-06-08 Thread Edward K. Ream
On Wed, Jun 7, 2017 at 11:18 AM, Edward K. Ream wrote: > At present, the alternative site is at https://leo-editor.github.io/ > leo-editor/. > > - The changeover involves just switching a "master pointer" for > leo-editor.com from a location on my brother Speed's server to the github > url listed

Re: Rev e2cd63: curses gui ready for *careful* testing

2017-06-08 Thread Edward K. Ream
On Wednesday, June 7, 2017 at 11:06:23 AM UTC-5, Edward K. Ream wrote: > Recent work makes the cursesGui2 code minimally functional. *Warning*: no prompt is made if you quit (Ctrl-Q, etc.) with unsaved changes. I'll fix this today. It involves getting npyscreen "dialogs" to work properly. Edwa

Re: Rev e2cd63: curses gui ready for *careful* testing

2017-06-08 Thread Edward K. Ream
On Thursday, June 8, 2017 at 7:53:50 AM UTC-5, Edward K. Ream wrote: *Warning*: no prompt is made if you quit (Ctrl-Q, etc.) with unsaved > changes. I'll fix this today. It involves getting npyscreen "dialogs" to > work properly. > Recent revs fix this and make other dialogs functional. I have

Name sections versus unnamed sections

2017-06-08 Thread Eric S. Johansson
The question is when should I use named section versus unnamed sections. I notice in most of the Leo examples that code is kept in unnamed sections. When I write code, I use the unnamed section as where I define a method or class but then use named sections for children. Part of the reason I do

More thinking about programming by speech

2017-06-08 Thread Eric S. Johansson
Here's what I see when I say the words "select named" NaturallySpeaking looks through the window and highlights everything that matches. Then when I want to edit one of

Misrecognition of << >>

2017-06-08 Thread Eric S. Johansson
new_section_header = "<< {} >>".format(l[i,i+with_of_line]) for some reason, Leo keeps trying to identify this as a name section.. Is there any reason you would have a name section with quotes?? -- You received this message because you are subscribed to the Google Groups "leo-editor" group.

history and modifying contents of buffer is not working

2017-06-08 Thread Eric S. Johansson
been reading a bunch and maybe even understanding. This code is supposed to take a selected region, convert each line to a << named section heading >> and create a child node of the same name. much of this code evolved through cutting and pasting because my hands hurt too much to type much. wh

Re: Rev e2cd63: curses gui ready for *careful* testing

2017-06-08 Thread Xavier G. Domingo
Congratulations Edward! It's been a huge work from your side and a pleasure from our side to have you sharing with us the technical challenges and decisions made during the journey! Thanks for sharing! Xavier El 07/06/2017 a las 13:06, Edward K. Ream escribió: Recent work makes the cursesGui2

Re: Rev e2cd63: curses gui ready for *careful* testing

2017-06-08 Thread Terry Brown
On Thu, 8 Jun 2017 10:23:06 -0700 (PDT) "Edward K. Ream" wrote: > On Thursday, June 8, 2017 at 7:53:50 AM UTC-5, Edward K. Ream wrote: > > *Warning*: no prompt is made if you quit (Ctrl-Q, etc.) with unsaved > > changes. I'll fix this today. It involves getting npyscreen > > "dialogs" to work p