Re: Might be interesting for Leo WebApp

2018-11-05 Thread rengel
JavaScript tree datastructures - an overview: https://stackoverflow.com/questions/8640823/what-javascript-tree-data-structures-are-available -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving

problem reading a character with @clean

2018-11-05 Thread Josef
I may have found a bug in Leo. I came across a file, which when read into leo with @clean seemed to show up fine, but when I tried to save the leo file I could not re-open the leo file. I tracked the problem down to a particular character, shown as ^@ in gvim and as a \nul in scite -- sorry

Re: How to launch Leo via pythonw.exe with an Anaconda environment but without an extra console window?

2018-11-05 Thread Arjan
Thanks all for the ideas. Looks like cmdow comes closest, but I was trying to avoid using extra programs. Scheduler or auto-run don't fit how what I'd like, I just want a shortcut to launch Leo :) The pip-packaged version might be an option, but I'm running Leo from Git and also prefer to have

Re: How to launch Leo via pythonw.exe with an Anaconda environment but without an extra console window?

2018-11-05 Thread huliuhe
write a bat file , the content is : start C:\Programs\Anaconda3\pythonw.exe "C:\Programs\Leo-editor\launchLeo.py" 在 2018年11月4日星期日 UTC+8下午7:24:05,Arjan写道: > > Hello all, > > I asked this question in the Anaconda forums but didn't get any response > there. I'm hoping some of you have an answer