Re: Summary of commands in new key scheme

2008-05-10 Thread bobjack
On May 9, 4:03 pm, Edward K. Ream [EMAIL PROTECTED] wrote: The new key-handling scheme requires that all Leo commands be classified as single-line editing, multi-line editing or non-editing commands: How will a newly registered command tell leo what sort of command it is. With rclick I

Re: Summary of commands in new key scheme

2008-05-10 Thread bobjack
On May 9, 4:03 pm, Edward K. Ream [EMAIL PROTECTED] wrote: The new key-handling scheme requires that all Leo commands be classified as single-line editing, multi-line editing or non-editing commands: How will a newly registered command tell leo what sort of command it is. With rclick I have

recetFilesStatic crash

2008-05-10 Thread bobjack
My leo refused to start and issued the following message when I merged the new trunk into it. Traceback (most recent call last): File C:\bobjack\mod_rclick\leo\src\leo.py, line 438, in module run() File C:\bobjack\mod_rclick\leo\src\leo.py, line 149, in run c,frame =

Re: recetFilesStatic crash

2008-05-10 Thread bobjack
Has anyone else had this problem? Bob --~--~-~--~~~---~--~~ 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: recetFilesStatic crash

2008-05-10 Thread Terry Brown
I've added an initialization to guard against the exception you got (on the trunk), although I couldn't reproduce it and still don't see how you could get to that point without self.c.recentFilesStatic existing. Let me know if it's still broke. Cheers -Terry On Sat, 10 May 2008 07:29:57 -0500

Re: Design of new key handling

2008-05-10 Thread Edward K. Ream
On May 9, 12:06 pm, Edward K. Ream [EMAIL PROTECTED] wrote: What will emerge will be the result of playing with the code and seeing what works and what doesn't. After several hours of work, I have a set of key bindings and key options that do the following: - Focus never goes to the outline

Re: recetFilesStatic crash

2008-05-10 Thread bobjack
On May 10, 1:38 pm, Terry Brown [EMAIL PROTECTED] wrote: I've added an initialization to guard against the exception you got (on the trunk), although I couldn't reproduce it and still don't see how you could get to that point without self.c.recentFilesStatic existing. Let me know if it's

Re: Design of new key handling

2008-05-10 Thread Edward K. Ream
On May 10, 9:20 am, Edward K. Ream [EMAIL PROTECTED] wrote: At present, outline mode should be considered a successful prototype. Successful also in the ironical sense of showing problems :-) It is now clear that alt-key bindings are in fact essential everywhere. It's unbearable to be

Re: Design of new key handling

2008-05-10 Thread Edward K. Ream
On May 10, 11:01 am, Edward K. Ream [EMAIL PROTECTED] wrote: To work exactly like the outline pane used to work, Alt keys outside of outline mode would have to enter outline mode. Not sure how to get this effect...This kind of behavior should be an option. A small hack to k.initMode allows

Re: Design of new key handling

2008-05-10 Thread Edward K. Ream
On May 10, 12:01 pm, Edward K. Ream [EMAIL PROTECTED] wrote: It is gratifying that relatively small steps have taken me so far today. Today's work proves, I think, beyond all doubt that the new scheme will be a success: - The keys now feel exactly as before in almost all cases. - The return

menu already exists: Recent Files

2008-05-10 Thread Kayvan A. Sylvan
I'm seeing new log message menu already exists: Recent Files upon startup now. I assume this is normal/expected now (with the Recent Files changes)? Best regards, ---Kayvan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google