Re: Cannot open Leo files by double-click in Windows Explorer?

2012-04-16 Thread Nick_H
Many thanks to all for these replies! This is my final open string in the Windows file associations: C:\Tools\Python32\python.exe C:\Tools\Leo-4.10-final\launchLeo.py --gui=qttabs %1 Note that the brackets are needed round the %1 to cater for file paths containing spaces. Matt, thanks for the

Re: Cannot open Leo files by double-click in Windows Explorer?

2012-04-16 Thread HansBKK
This is a bit OT, but: for those like me who work in portable mode, there's a very cool tool called PortableFileAssociator that allows you to create a set of windows file associations, icons etc and enable/disable the whole profile at one time, without messing with the local system's registry.

Re: Inventing on principle reimplemented and some ideas for Leo interface

2012-04-16 Thread Edward K. Ream
On Fri, Apr 13, 2012 at 11:52 AM, Offray Vladimir Luna Cárdenas off...@riseup.net wrote: Now that we see the thread on Siren's song on the performance and back-end I would like to bring some links about the same for the interface and front-end, that retake some ideas previously discussed on

Re: Inventing on principle reimplemented and some ideas for Leo interface

2012-04-16 Thread Edward K. Ream
On Mon, Apr 16, 2012 at 7:14 AM, Edward K. Ream edream...@gmail.com wrote: Here are some first thoughts. The go concepts of thick/thin and light/heavy apply here. Light Table is light but a bit thin, while Leo is thick but a bit heavy. Leo is thick: it has a permanent DOM and structure. Leo

Re: Inventing on principle reimplemented and some ideas for Leo interface

2012-04-16 Thread Edward K. Ream
On Mon, Apr 16, 2012 at 11:30 AM, Edward K. Ream edream...@gmail.com wrote: Suppose we could just think what we wanted and it would happen...No need for key bindings. I suspect that vim's light key bindings are an important part of its appeal. It's important not to forget the importance of

Re: Cannot open Leo files by double-click in Windows Explorer?

2012-04-16 Thread Matt Wilkie
there's a very cool tool called PortableFileAssociator that allows you to create a set of windows file associations, icons etc and enable/disable neat, thanks for the tip. oh, looks like it's problematic with portableapps.com suite 'cause of high false-positive AV warnings... but maybe the same

Re: Inventing on principle reimplemented and some ideas for Leo interface

2012-04-16 Thread Matt Wilkie
P.S. I don't understand the notion of values flowing through a program, so I haven't picked up on it here.  Ditto for the notion of instant execution.  That doesn't mean they aren't important. I think this is about the feature/idea where the right hand panel shows the values produced by the

Re: Inventing on principle reimplemented and some ideas for Leo interface

2012-04-16 Thread Ville M. Vainio
On Mon, Apr 16, 2012 at 9:56 PM, Matt Wilkie map...@gmail.com wrote: P.S. I don't understand the notion of values flowing through a program, so I haven't picked up on it here.  Ditto for the notion of instant execution.  That doesn't mean they aren't important. I think this is about the

Leo and IPython

2012-04-16 Thread Kent Tenney
The ipython integration is great, any chance of connecting the the web notebook? # ipython notebook then, from the ipython dashboard in browser, click to open a notebook the console reports: [IPKernelApp] To connect another client to this kernel, use: [IPKernelApp] --existing

Indexing files for full text search

2012-04-16 Thread Terry Brown
Just pushed leo/external/leoftsindex.py: Stand alone GUI free index builder for Leo's full text search system:: python leoftsindex.py file1 file2 file3... If file does not contain '#' it's assumed to be a .leo file to index, and is indexed. If file does contain '#' it's assumed to be a .leo

full text search changes

2012-04-16 Thread Terry Brown
Apart from the full text search indexing script I just added, I've made a bunch of basically cosmetic changes to Ville's multi outline full text search tool. There's a new @setting, @int fts_max_hits, which controls the max hits returned, instead of the hardwired default of 30. With any sensible