Re: File association not working in WinXP

2011-01-26 Thread Steve Throckmorton
Yes, that's accurate. I recognized the quoting as a problem, but just moving the quote to the right place did not fix it. If I put %* in quotes, Leo fails to start with a series of error messages that are lost when the console window auto-closes (sorry, don't know how to avoid that). If I le

Re: File association not working in WinXP

2011-01-26 Thread Ethan Furman
Edward K. Ream wrote: On Tue, Jan 25, 2011 at 9:34 PM, Steve Throckmorton wrote: I am certainly no Windows expert, but I looked around at my working file associations and changed Leo's command line to this: "C:\Python31\pythonw.exe" "C:\Program Files\Leo-4.8-final\launchLeo.py" "%1" %*

Re: File association not working in WinXP

2011-01-26 Thread Ethan Furman
Steve Throckmorton wrote: The command line as delivered was: "C:\Python31\pythonw.exe" "C:\Program Files\Leo-4.8-final\launchLeo.py %*" ^ Is this accurate? The last quote should be after the .py. ~Ethan~ -- You received this message because you are subscrib

Re: Terry, what shall we do with your led, lo & sn scripts?

2011-01-26 Thread Ville M. Vainio
On Wed, Jan 26, 2011 at 5:31 PM, Terry Brown wrote: > Although I use them all the time, particularly led, they're more example code > than polished project, I think they duplicate some stuff which should > probably be imported from leo.plugins or something.  They're non-windows and > only work

Re: Terry, what shall we do with your led, lo & sn scripts?

2011-01-26 Thread Terry Brown
On Wed, 26 Jan 2011 09:31:21 -0600 Terry Brown wrote: > I think they duplicate some stuff which should probably be imported from > leo.plugins or something. I retract that, might have been thinking of earlier of versions. Cheers -Terry -- You received this message because you are subscribed

Re: Terry, what shall we do with your led, lo & sn scripts?

2011-01-26 Thread Terry Brown
On Wed, 26 Jan 2011 05:17:48 -0800 (PST) "Edward K. Ream" wrote: > I have your scripts and the related docs, and I'm wondering where to > put them. Those (for others) are the scripts which, from the command line, cause a running leo instance to edit a text file in an @edit node (led), load a le

Re: Terry, what's the status of the free_layout plugin?

2011-01-26 Thread Terry Brown
On Wed, 26 Jan 2011 06:05:11 -0600 "Edward K. Ream" wrote: > c:\leo.repo\free_layout>c:\python26\python.exe launchLeo.py --gui=qt > leo\test\test.leo --no-cache Whoops - hadn't thought of it being used in any mode other than qttabs - it probably doesn't find ui components correctly in other m

Re: Leo's long-term direction

2011-01-26 Thread Edward K. Ream
On Jan 24, 11:36 am, "Edward K. Ream" wrote: > 2. The recent ui work is exciting, but as I said in another thread, > the proliferation of Leonine features is also a symptom that something > is missing. Upon further reflection, I think free_layout may be all that is necessary. Combining severa

Terry, what shall we do with your led, lo & sn scripts?

2011-01-26 Thread Edward K. Ream
I have your scripts and the related docs, and I'm wondering where to put them. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to leo-editor@googlegroups.com. To unsubscribe from this group, send email to

Re: Leo's long-term direction

2011-01-26 Thread Ville M. Vainio
On Wed, Jan 26, 2011 at 2:10 PM, Edward K. Ream wrote: > I don't remember the details, but bindings seem to be a problem.  For > example, I want to be able to type a prefix of the listed completions, > and have QCompleter show only those completions that start with the > prefix.  Relying on arrow

Re: Leo's long-term direction

2011-01-26 Thread Edward K. Ream
On Wed, Jan 26, 2011 at 6:02 AM, Ville M. Vainio wrote: > Why do we need help with the bindings? QCompleter should handle > everything by itself, only pressing ENTER is what needs special > handling. I don't remember the details, but bindings seem to be a problem. For example, I want to be able

Re: Terry, what's the status of the free_layout plugin?

2011-01-26 Thread Edward K. Ream
On Tue, Jan 25, 2011 at 3:33 PM, Terry Brown wrote: > On Tue, 25 Jan 2011 14:59:26 -0600 > Anyway, on a different machine, Windows XP no less, > > bzr+ssh://bazaar.launchpad.net/~terry-n-brown/leo-editor/free_layout/ I did a complete reinstall using bzr branch lp:~terry-n-brown/leo-editor/free_l

Re: Leo's long-term direction

2011-01-26 Thread Ville M. Vainio
On Wed, Jan 26, 2011 at 1:49 PM, Edward K. Ream wrote: >> Hopefully somewhere among the next things is the proper autocompleter >> implementation (QCompleter) ;-). > > Right.  The next step is to ask the Qt people for help with QCompleter > bindings.  You and I both appear to be stuck.  This won'

Re: File association not working in WinXP

2011-01-26 Thread Edward K. Ream
On Tue, Jan 25, 2011 at 9:34 PM, Steve Throckmorton wrote: > I am certainly no Windows expert, but I looked around at my working file > associations and changed Leo's command line to this: >      "C:\Python31\pythonw.exe" "C:\Program Files\Leo-4.8-final\launchLeo.py" > "%1" %* Interesting. > As

Re: Leo's long-term direction

2011-01-26 Thread Edward K. Ream
On Tue, Jan 25, 2011 at 3:16 PM, Ville M. Vainio wrote: > Hopefully somewhere among the next things is the proper autocompleter > implementation (QCompleter) ;-). Right. The next step is to ask the Qt people for help with QCompleter bindings. You and I both appear to be stuck. This won't take