Basic Layout of the Leo GUI

2018-03-17 Thread rengel
One thing I never understood about the Leo GUI : Why is the tab bar with the open files right below the title bar, but above the menu bar and the tool bar? Imagine a car where the accelerator and the brake were switched. In almost every other application (I know of) the order is: title bar

ENB: Prototyping themes without changing code

2018-03-17 Thread Edward K. Ream
This is an Engineering Notebook post. It describes recent thoughts and test. Recently I been struggling to understand what, exactly, any new theme code should do. *Aha*: I can test themes without altering a line of code! There are two parts of this strategy... *Part 1: Use a minimal test

Re: OT: A better way to code, by Mike Bostock

2018-03-17 Thread Edward K. Ream
On Sat, Mar 17, 2018 at 7:11 AM, Xavier G. Domingo (xgid) < xgdomi...@gmail.com> wrote: > I have to admit that we are on the same boat here! After 30 years of > programming, with 20+ programming languages including rare gems like > CLIPPER and CHILL, I knew I was at home when I found Python. And

Re: Difference between drag and drop and copy-paste a node

2018-03-17 Thread Edward K. Ream
On Thursday, March 15, 2018 at 9:06:49 PM UTC-5, GPiette wrote: However, if I drag and drop the same node containing accents with the left > mouse button, the dropped copy sees its accents changed to a UTF-8 > multi-character equivalent, both in the node name and also in the text body > of

Re: Difference between drag and drop and copy-paste a node

2018-03-17 Thread Edward K. Ream
On Sat, Mar 17, 2018 at 11:35 AM, Terry Brown wrote: > I've noticed you can drag nodes into the body, pasting xml. I wonder if > what seems like an intra file drag becomes inter file (xml from clipboard) > if the mouse moves out of the tree widget? > ​I had forgotten

Re: Difference between drag and drop and copy-paste a node

2018-03-17 Thread Terry Brown
I've noticed you can drag nodes into the body, pasting xml. I wonder if what seems like an intra file drag becomes inter file (xml from clipboard) if the mouse moves out of the tree widget? On March 17, 2018 10:30:02 AM CDT, "Edward K. Ream" wrote: >On Thursday, March 15,

Re: OT: A better way to code, by Mike Bostock

2018-03-17 Thread Xavier G. Domingo (xgid)
I have to admit that we are on the same boat here! After 30 years of programming, with 20+ programming languages including rare gems like CLIPPER and CHILL, I knew I was at home when I found Python. And I'm not going to change this, at least on this life! But I know that we *can get the goal

Re: Please consider becoming a Leo dev, even if you aren't a programmer

2018-03-17 Thread Xavier G. Domingo (xgid)
OK, thanks for your comments. I'll take a look and see what get's my attention and let you know. On Saturday, March 17, 2018 at 6:54:58 AM UTC-3, Edward K. Ream wrote: > > > > On Sat, Mar 17, 2018 at 12:15 AM, Xavier G. Domingo (xgid) < > xgdo...@gmail.com > wrote: > >> Hi Edward, this is a

Re: OT: A better way to code, by Mike Bostock

2018-03-17 Thread Edward K. Ream
On Sat, Mar 17, 2018 at 12:51 AM, Xavier G. Domingo (xgid) < xgdomi...@gmail.com> wrote: > Hi Matt, thanks for sharing this! > > It seems that Bostock is a strong follower of Bret Victor, which I've > found always quite inspiring on better ways of programming. The work at > observablehq.com

Re: Please consider becoming a Leo dev, even if you aren't a programmer

2018-03-17 Thread Edward K. Ream
On Sat, Mar 17, 2018 at 12:15 AM, Xavier G. Domingo (xgid) < xgdomi...@gmail.com> wrote: > Hi Edward, this is a great idea! I'll take your offer! > ​Excellent. Glad to hear it.​ I've been trying to get into Leo's code for some time now, so this is an > opportunity I cannot miss. But what

#789 -- Building Sphinx documentation

2018-03-17 Thread drmikecrowe
Hey folks, Was going to take a stab at #789 . However, need some in leo/doc/html, doing a "make html" creates _build/html, but there's no index.html and other missing files. Can somebody give me some guidance on what I'm missing? If I