Re: Summary of commands in new key scheme

2008-05-11 Thread Edward K. Ream
On Sat, May 10, 2008 at 4:10 AM, bobjack [EMAIL PROTECTED] wrote: I plan on introducing a c.universalCallback method which can be used to wrap a function and take care of the housekeeping, so making it easy for plugins and scripts to write such functions. Also I plan on adding a wrap=False

Re: Possible refactoring: make commands into commands

2008-05-11 Thread Edward K. Ream
On Sat, May 10, 2008 at 4:32 AM, bobjack [EMAIL PROTECTED] wrote: I agree with you that it would have been good to have each command as a separate class and share your concern over the difficulty in refactoring. Perhaps some way could be found to operate both systems in tandem and migrate

Re: Summary of commands in new key scheme

2008-05-11 Thread Edward K. Ream
On Sat, May 10, 2008 at 3:55 AM, bobjack [EMAIL PROTECTED] wrote: 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

Re: menu already exists: Recent Files

2008-05-11 Thread Terry Brown
On Sun, 11 May 2008 02:31:51 -0700 (PDT) bobjack [EMAIL PROTECTED] wrote: Terry Other problems with Recent Files mods. The first problem is that if people have customized @menus in myLeoSettings then the changes to @menu Recent Files will not be seen. Hmm, given that, perhaps the

Re: menu already exists: Recent Files

2008-05-11 Thread Terry Brown
r399 I just upped some fixes for the repeated menu, sort clears list, and myLeoSettings hides menus problems with the recent recent files changes. r400 made leoSettings.leo a fixedWindow fixed 'just a 0 entry' glitch in recent file list Cheers -Terry

Re: menu already exists: Recent Files

2008-05-11 Thread Kayvan A. Sylvan
On Sun, May 11, 2008 at 11:01:58AM -0500, Terry Brown wrote: The forth problem is the one Kayvan reported, I think that may go away with the reversion for problem 1. It's fixed now. By the way, my myLeoSettings.leo does not contain any @menu node, it's very minimalistic, containing only a

Re: menu already exists: Recent Files

2008-05-11 Thread Terry Brown
On Sun, 11 May 2008 11:26:32 -0700 Kayvan A. Sylvan [EMAIL PROTECTED] wrote: The forth problem is the one Kayvan reported, I think that may go away with the reversion for problem 1. It's fixed now. Thanks. Actually it wasn't related to what bobjack reported, it was related to me

Re: bzr missing files

2008-05-11 Thread yarko
Thanks for the suggestion Edward - this was helpful... On May 5, 6:48 am, Edward K. Ream [EMAIL PROTECTED] wrote: On Mon, May 5, 2008 at 12:22 AM, yarko [EMAIL PROTECTED] wrote: I hadn't used Leo in weeks because (since I did NOT expect silent deletion of files) as I tried to update (with

Re: New vim-like operation is working!

2008-05-11 Thread Edward K. Ream
On May 10, 5:23 pm, Edward K. Ream [EMAIL PROTECTED] wrote: Tweaks may be needed... I have been polishing for several hours, and several days more polishing will be needed to make things work uniformly. There are about a dozen small things that need fixing, and the list may grow before it

r401 after-auto and initinclass

2008-05-11 Thread Terry Brown
r401 I added an after-auto hook, expected that to be hard but turns out it's trivial :-) Also a plugin initinclass.py which moves the __init__ into the class def'n after an @auto file loads so it's easier to keep ivar docs in the class docstring in sync with what __init__ actually does, and you