Re: Check out Leo's home page!

2013-10-05 Thread Edward K. Ream
On Sat, Oct 5, 2013 at 5:19 PM, gatesphere wrote: Fantastic! I think I can actually explain what Leo is now, by pointing > user to the website and filling in any blanks (i.e. answering questions). > Thanks. I can say the same myself ;-) > > Oh, one request -- the new tutorials are awesome, bu

Re: Check out Leo's home page!

2013-10-05 Thread gatesphere
On 10/5/2013 6:10 PM, Edward K. Ream wrote: On Sat, Oct 5, 2013 at 5:01 PM, Edward K. Ream > wrote: Fewer words, more oomph. *I* love it. What do *you* think? Also, the tutorial page at http://leoeditor.com/intro.html simply links to the two "Learn in one hour

Re: Check out Leo's home page!

2013-10-05 Thread Edward K. Ream
On Sat, Oct 5, 2013 at 5:01 PM, Edward K. Ream wrote: > Fewer words, more oomph. *I* love it. What do *you* think? > Also, the tutorial page at http://leoeditor.com/intro.html simply links to the two "Learn in one hour" parts. Again, *far* fewer words. The second part isn't completed yet. It

Check out Leo's home page!

2013-10-05 Thread Edward K. Ream
Fewer words, more oomph. *I* love it. What do *you* think? Edward -- 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-editor+unsubscr...@googlegroups.com. To po

Re: B1 is code complete. Please test

2013-10-05 Thread Terry Brown
On Sat, 5 Oct 2013 13:20:49 -0700 (PDT) Viktor Ransmayr wrote: > Hello Edward, hello Terry, > >> I just noticed that I can *not* enter the 'euro' sign anymore within > >> Leo. > > I tried it with both the 30 & the 90-day old versions. - They also show > > the same issue. - So it seems to be

Re: B1 is code complete. Please test

2013-10-05 Thread Viktor Ransmayr
Hello Edward, hello Terry, Am Freitag, 27. September 2013 21:48:51 UTC+2 schrieb Viktor Ransmayr: > > Hello Edward, hello Terry, > > Am Freitag, 27. September 2013 20:40:50 UTC+2 schrieb Terry: >> >> On Fri, 27 Sep 2013 13:35:44 -0500 >> "Edward K. Ream" wrote: >> >> > On Fri, Sep 27, 2013 at

Re: Learn the basics of Leo in one hour

2013-10-05 Thread Fidel N
> Huh? It would be Leo's startup code that creates myLeoSettings.leo if it > doesn't exist. > Couldn't it be created just when a user clicks on the Help menu, then he clicks on "Open my leo settings"? This way, we could also generate a dialogue and ask the user if he wants it on the default

Re: Learn the basics of Leo in one hour

2013-10-05 Thread Edward K. Ream
On Sat, Oct 5, 2013 at 3:59 AM, Fidel N wrote: > > For avoiding the problem, we can just tell him, before creation, to check > if it exists in any of the 2 places it should. If it doesnt, its a go, if > it does, just dont. > I agree. > The creation order dosnt matter, its just a "before creat

Re: Minimal fix for --minimize?

2013-10-05 Thread Terry Brown
On Sat, 5 Oct 2013 03:27:36 -0500 "Edward K. Ream" wrote: > > > My question: is there any reason why deleting the vr pane is necessary to > > > > > > > keep either the free_layout or nested_splitter plugins happy? > > > > No, they have special relationship to view rendered. The view rendere

Re: Learn the basics of Leo in one hour

2013-10-05 Thread Fidel N
Great, OMW. For avoiding the problem, we can just tell him, before creation, to check if it exists in any of the 2 places it should. If it doesnt, its a go, if it does, just dont. The creation order dosnt matter, its just a "before creating, check if already exists" and since we only have 2 plac

Re: Learn the basics of Leo in one hour

2013-10-05 Thread Edward K. Ream
On Sat, Oct 5, 2013 at 3:19 AM, Fidel N wrote: > Just reviewed it, looks great. About the part "Leo doesnt create the > settings file automatically", why cant we make Leo check if the mysettings > file exists, and if not, just create one? or at least, do it so when user > clicks on help-myleosett

Re: Minimal fix for --minimize?

2013-10-05 Thread Edward K. Ream
On Fri, Oct 4, 2013 at 7:18 PM, Terry Brown wrote: But no more wrong than (2), which adds complexity to fix a problem that > > can probably be avoided. I'm thinking I might try (1) locally and see > > if I see any problems. > Go for it! > > In general it seems that (de)iconifying / minimi

Re: Perfect pinpointing a Clone

2013-10-05 Thread Edward K. Ream
On Sat, Oct 5, 2013 at 3:07 AM, Fidel N wrote: > Thanks for this Edward, it goes into my list. > I'm glad I didn't scare you off ;-) To simplify my previous rambling post, p.stack[0], the top of the position stack, is (parent,n) where parent is the vnode of the (unique) parent of p. Unless yo

Re: Learn the basics of Leo in one hour

2013-10-05 Thread Fidel N
Just reviewed it, looks great. About the part "Leo doesnt create the settings file automatically", why cant we make Leo check if the mysettings file exists, and if not, just create one? or at least, do it so when user clicks on help-myleosettings, if it doesnt exist, it will give a warning and

Re: Leo as a web-app, part 9000

2013-10-05 Thread Fidel N
> So it would be easy to setup a recipe for Leo, but arc.io would really > have to take off for it to be worthwhile. Installing arc causes VirtualBox > to be installed and that requires admin rights and that seems like a big > hurdle to me. Maybe not. If installing arc.io is easier than instal

Re: Perfect pinpointing a Clone

2013-10-05 Thread Fidel N
Thanks for this Edward, it goes into my list. On Friday, October 4, 2013 11:16:42 PM UTC+2, Edward K. Ream wrote: > > On Fri, Oct 4, 2013 at 10:46 AM, Fidel N > > wrote: > >> >> Its hard to predict and clearly understand how clones will work so I >> would like to know if this strategy shows any