Re: Recent change in leoTest has broken some of my tests

2010-03-06 Thread vitalije
I have reported another bug #533546 related with autosave plugin. I have attached to it patch that solves this problem. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to leo-edi...@googlegroups.com. To unsubscri

Re: Should mod_autosave.ini be a versioned file?

2010-03-06 Thread vitalije
> ... or you can do "bzr bundle" and attach the resulting patch to a bug > in launchpad. > > -- > Ville M. Vainiohttp://tinyurl.com/vainio Done. I have reported bug #533546 and attached bundle to it. -- You received this message because you are subscribed to the Google Groups "leo-editor" grou

Re: Should mod_autosave.ini be a versioned file?

2010-03-06 Thread vitalije
On Mar 6, 9:16 pm, "Edward K. Ream" wrote: > On Sat, Mar 6, 2010 at 7:42 AM, vitalije wrote: > > Done at my local branch. > > What should I do next? > > Run all unit tests and push to the trunk when they pass. > > Edward I have ran all unit tests and they passed. When I tried to do bzr push I

@testing @tests

2010-03-06 Thread Terry Brown
So I have a module which *is* a Leo plugin, although I'm also interested in the case where the module isn't related to Leo. So, I have a top level function in the module, I think they question would be the same if it was a class. How do I refer to that function / class from a @test node? Do I

Re: special characters in MacOSX, like '@'

2010-03-06 Thread resi147
Debugging leo with all the advice from Edward brought me to the conclusion that my problem has nothing to do with key/event handling. I think it is a very basic key bindings problem. The keys are all recognized correctly, i.e. The '@' is correctly reported as ALT-'L' in every of the mentioned funct

Re: Should mod_autosave.ini be a versioned file?

2010-03-06 Thread Ville M. Vainio
On Sat, Mar 6, 2010 at 10:16 PM, Edward K. Ream wrote: > On Sat, Mar 6, 2010 at 7:42 AM, vitalije wrote: > >> Done at my local branch. >> What should I do next? > > Run all unit tests and push to the trunk when they pass. ... or you can do "bzr bundle" and attach the resulting patch to a bug in

Re: Should mod_autosave.ini be a versioned file?

2010-03-06 Thread Edward K. Ream
On Sat, Mar 6, 2010 at 7:42 AM, vitalije wrote: > Done at my local branch. > What should I do next? Run all unit tests and push to the trunk when they pass. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send ema

Reminiscences of "derived" still present in leo codebase

2010-03-06 Thread zpcspm
For a current trunk: $ grep derived_file leoSettings.leo | wc -l 4 There are 4 leo options that contain the term "derived file". Might want to change them to "external_file" for encouraging users who bump into these settings to adopt the new terminology. -- You received this message because you

"Save as" fails in r3028

2010-03-06 Thread zpcspm
I'm getting a traceback when trying to save a file. Bug submitted to launcpad: https://bugs.launchpad.net/leo-editor/+bug/533451 -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to leo-edi...@googlegroups.com. To

Recent change in leoTest has broken some of my tests

2010-03-06 Thread vitalije
Hello a recent change in leoTest +# 2010/03/05: set the current directory so that importing leo.core.whatever works. +leoDir = g.os_path_finalize_join(g.app.loadDir,'..','..') +os.chdir(leoDir) solved the problem of importing leo.core but, also introduced new problems with tests that

Re: Should mod_autosave.ini be a versioned file?

2010-03-06 Thread vitalije
On Mar 6, 1:51 pm, vitalije wrote: > > The Leonine solution would be to put these settings in leoSettings.leo > > (that is, myLeoSettings.leo). > > > Anyone want to do this?  I'll be happy to provide hints as needed. > > > Edward > > I would like to try to do it. Done at my local branch. What s

Re: Should mod_autosave.ini be a versioned file?

2010-03-06 Thread vitalije
> The Leonine solution would be to put these settings in leoSettings.leo > (that is, myLeoSettings.leo). > > Anyone want to do this?  I'll be happy to provide hints as needed. > > Edward I would like to try to do it. Another thing I have noticed today is that in order to change settings of "@col

Re: Should mod_autosave.ini be a versioned file?

2010-03-06 Thread Edward K. Ream
On Sat, Mar 6, 2010 at 3:24 AM, vitalije wrote: > Hello, > Recently I have noticed that every time I update my Leo, I need to > change settings for autosave plugin. > That is quite annoying especially because there is not simple way to > change it without quitting Leo. > Autosave function is nice,

Re: plugins menu and command names

2010-03-06 Thread Edward K. Ream
On Thu, Mar 4, 2010 at 1:57 PM, Ville M. Vainio wrote: > Thanks, I was sort of expecting someone to fix the nits i didn't have time > to look at. Let me second this thanks. As you know, I've been focused on pylint recently. It's great to have development go on without me. Edward -- You receiv

Should mod_autosave.ini be a versioned file?

2010-03-06 Thread vitalije
Hello, Recently I have noticed that every time I update my Leo, I need to change settings for autosave plugin. That is quite annoying especially because there is not simple way to change it without quitting Leo. Autosave function is nice, but whenever autosaving starts Leo looses focus and that is