python_terminal.py

2018-11-02 Thread Chris George
I recently had occasion to install Leo into a brand new vanilla Ubuntu. I had no myLeoSettings.leo so the default settings were loaded. python_terminal.py is enabled by default. I won't go into the nasty error messages etc. that trying to run Leo with python 3.6.6 and PyQt 5.11.2 spewed at me.

Re: LeoWapp plans

2018-11-02 Thread Terry Brown
On Thu, 1 Nov 2018 20:41:48 -0700 (PDT) Matt Wilkie wrote: > > I think "Flexx uses tornado" was a crossing of threads (ha ha ha), > > I don't think it does. > > I know nothing about web sockets or the frameworks discussed in this > thread, but the docs say >

Re: Line numbers position - how to adjust the spacing?

2018-11-02 Thread Alexey Tikhonov
I'm using BreezeDarkTheme. I need a monospace font for my Fortran projects and, probably, I broke the stylesheet logic by forcing the font in my_outline to be Courier New: @string font-family = Courier New Actually, I need a monospace font in the body panel only but setting @string

Heads up: refactored unit testing code in devel

2018-11-02 Thread Edward K. Ream
Rev 600ed3 refactors TM.doTests, the code that runs unit tests locally. This should have been done ages ago. The code adds support for the browser gui, but that code should be moot as of rev ba98c1, which disables running unit tests when --gui=browser is in effect. At present, weird things

Re: Might be interesting for Leo WebApp

2018-11-02 Thread Edward K. Ream
On Thu, Nov 1, 2018 at 11:05 PM Matt Wilkie wrote: 2 things from https://dynalist.io/why that immediately jump out at me as > very good ideas: > >- `[[` combined with find-as-type to create a link to anywhere >- Move with find-as-type to move anywhere > > Really they're the same idea with

Re: LeoWapp plans

2018-11-02 Thread Edward K. Ream
On Thu, Nov 1, 2018 at 10:41 PM Matt Wilkie wrote: > I think "Flexx uses tornado" was a crossing of threads (ha ha ha), I >> don't think it does. >> > > I know nothing about web sockets or the frameworks discussed in this > thread, but the docs say >