Re: active_path update (Plone Product development mode :-)

2009-02-21 Thread Edward K. Ream
On Thu, Feb 19, 2009 at 4:26 PM, Terry Brown terry_n_br...@yahoo.comwrote: - You need to make a @button: @button doPath g.doHook(icondclick1,c=c,p=p,v=p,event=None) You can use @button or @command. Either way, you can, and probably should, bind a keystroke to it, say:

Re: active_path update (Plone Product development mode :-)

2009-02-20 Thread Edward K. Ream
On Thu, Feb 19, 2009 at 4:26 PM, Terry Brown terry_n_br...@yahoo.comwrote: I just pushed a new version of active_path.py, the plugin which lets you browse the filesystem in leo, expanding directories and opening files easily within a hierarchical @path environment. Thanks very much for this

Re: active_path update (Plone Product development mode :-)

2009-02-20 Thread Ville M. Vainio
On Fri, Feb 20, 2009 at 12:26 AM, Terry Brown terry_n_br...@yahoo.com wrote: I just pushed a new version of active_path.py, the plugin which lets you browse the filesystem in leo, expanding directories and opening files easily within a hierarchical @path environment. Great stuff! - it's

Re: active_path update (Plone Product development mode :-)

2009-02-20 Thread Ville M. Vainio
On Fri, Feb 20, 2009 at 6:23 PM, Ville M. Vainio vivai...@gmail.com wrote: Great stuff! With the caveat that the @button stopped working ;-). I now get 'no script selected' on log every time I push it. Can you inject something to g namespace, so the @button could just do

Re: active_path update (Plone Product development mode :-)

2009-02-20 Thread Ville M. Vainio
On Fri, Feb 20, 2009 at 6:39 PM, Ville M. Vainio vivai...@gmail.com wrote: With the caveat that the @button stopped working ;-). I now get 'no script selected' on log every time I push it. Can you inject something to g namespace, so the @button could just do 'g.active_path_activate(c,p)'

Re: active_path update (Plone Product development mode :-)

2009-02-20 Thread Terry Brown
On Fri, 20 Feb 2009 18:23:10 +0200 Ville M. Vainio vivai...@gmail.com wrote: - it's ideal for things like Plone Products and GeoMoose MapServer apps. and similar things that are composed of a bunch of different files in a hierarchy. ... like, say, source code in general ;-). :-)

Re: active_path update (Plone Product development mode :-)

2009-02-20 Thread Ville M. Vainio
On Fri, Feb 20, 2009 at 6:59 PM, Terry Brown terry_n_br...@yahoo.com wrote: Yep a bit more dev. needed there, it should do that itself, and I want to make the choice between @auto, @thin, @shadow easier (i.e. user defined default, with the possibility to ask each time). If you start adding

Re: active_path update (Plone Product development mode :-)

2009-02-20 Thread Terry Brown
On Fri, 20 Feb 2009 19:15:32 +0200 Ville M. Vainio vivai...@gmail.com wrote: If you start adding configurability to this, why not: - put the config into the body of some of the parent @path nodes (@filetype shadow). If you put @filetype auto in the first @path to be activated, you hardly

active_path update (Plone Product development mode :-)

2009-02-19 Thread Terry Brown
I just pushed a new version of active_path.py, the plugin which lets you browse the filesystem in leo, expanding directories and opening files easily within a hierarchical @path environment. Caveats: - You need to make a @button: @button doPath