Re: Leo not starting with curses gui

2017-08-10 Thread xgid
I was just going to tell you this, but first I've tried to run it myself to be sure and... woops! C:\dev\Leo-5.4>python launchLeo.py --gui=console reading settings in C:\dev\Leo-5.4\leo\config\leoSettings.leo reading settings in C:\Users\sysadmin\.leo\myLeoSettings.leo Traceback (most recent

Re: Leo not starting with curses gui

2017-08-10 Thread lewis
Oops, please ignore. I left out the -- launchleo.py --gui=console works fine. -- 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

Re: Cannot run Leo using pythonw, but I can using python

2017-08-10 Thread xgid
> ​I see exactly the behaviour you describe. In particular, ​the following > works from a Windows console: > Glad to see that I'm not the only one with this kind of weird problems with pythonw. If you remember, I had already previously seen differences in the way Leo was printing messages

Leo not starting with curses gui

2017-08-10 Thread lewis
launchleo.py gui=console now doesn't start with the curses gui, but starts Leo Qt with a new file named 'gui=console' Leo Log Window Leo 5.5, build 20170810112756, Thu Aug 10 11:27:56 CDT 2017 Git repo info: branch = master, commit = f802fd5a022f Python 3.6.2, PyQt version 5.9.1 Windows 10 AMD64

Re: New plugin line_numbering

2017-08-10 Thread Edward K. Ream
On Thursday, July 27, 2017 at 5:23:34 PM UTC-5, vitalije wrote: Revision 7fe3217e > > contains > new plugin line_numbering.py. > The more I use this plugin, the more I like it. I particularly like

Re: Rev ebc7f3: failed to left-justify gutter line numbers

2017-08-10 Thread Edward K. Ream
On Thursday, August 10, 2017 at 10:42:58 AM UTC-5, Edward K. Ream wrote: > > This affects only the line_numbering.py plugin. The code in question is > in Leo's core: NumberBar.paintBlock. > > Something strange is happening. My traces show the expected width values > (I think), but the enabled

Rev ebc7f3: failed to left-justify gutter line numbers

2017-08-10 Thread Edward K. Ream
This affects only the line_numbering.py plugin. The code in question is in Leo's core: NumberBar.paintBlock. Something strange is happening. My traces show the expected width values (I think), but the enabled x value causes shorter line numbers to be centered in the field, instead of right

Re: problems running under python 3

2017-08-10 Thread Edward K. Ream
On Thu, Aug 10, 2017 at 9:56 AM, Josef wrote: > > I seem to have managed to solve the problem by using the python 3 > installed by conda instead of the python 3 in the kubuntu 16.4 installation > (which is up to date). > ​That's good to hear.​ running un > ​der python2 I got an

Re: problems running under python 3

2017-08-10 Thread Josef
Thanks for the advice, I will try a fresh install soon, in the meantime: I seem to have managed to solve the problem by using the python 3 installed by conda instead of the python 3 in the kubuntu 16.4 installation (which is up to date). running unter python2 I got an error about a missing io

Re: Cannot run Leo using pythonw, but I can using python

2017-08-10 Thread Edward K. Ream
On Fri, Aug 4, 2017 at 6:53 PM, xgid wrote: > Oh, it maybe an important detail: with pythonw the Leo icon splash screen *is > shown for a second or less*, and then it closes and nothing more appears. > ​I see exactly the behaviour you describe. In particular, ​the

Re: apt-get install leo

2017-08-10 Thread Edward K. Ream
On Sun, Aug 6, 2017 at 12:08 AM, AgedLace wrote: > I'm happy to announce first releases of Leo 5.0 as a debian/ubuntu >> packages ! >> For now it is available on my personal package archive ppa, and I hope it >> will be on leo's soon. >> > ​Excellent! Don't let my delay in

Re: problems running under python 3

2017-08-10 Thread Edward K. Ream
On Wednesday, August 9, 2017 at 11:38:44 AM UTC-5, Josef wrote: > > I seem to have some problems when running Leo on python 3 (on kubuntu > 16.4). > As you say, a fresh install would be wise. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor"

Re: Solving the problem posed by #538

2017-08-10 Thread Edward K. Ream
On Wednesday, August 9, 2017 at 4:33:45 AM UTC-5, Edward K. Ream wrote: > > > On Tue, Aug 8, 2017 at 2:30 PM, vitalije wrote: > > If we want Leo to be more often used as preferable IDE for other projects, >> I believe one of the crucial problems we have to properly solve is