Re: Fit and finish: plugins menu docstring

2011-09-30 Thread Edward K. Ream
On Fri, Sep 30, 2011 at 9:30 AM, Kent Tenney wrote: > I don't know if this is relevant or not, but the IPython autocompletion > capability is awesome. It's relevant. Getting the IPython/Leo to work with the latest IPython is on the list. I'll be studying the IPython sources, including autocompl

Re: Fit and finish: plugins menu docstring

2011-09-30 Thread Kent Tenney
I don't know if this is relevant or not, but the IPython autocompletion capability is awesome. If I'm investigating code I tend to do the following. list the modules in a package: In [1]: from fs import this lists the modules, in a package so I pick one In [1]: from fs import osfs now I can c

Re: Fit and finish: plugins menu docstring

2011-09-29 Thread Edward K. Ream
On Sep 29, 9:57 am, Terry Brown wrote: > > Terry, please let me know if this change seems dubious to you. > > Now selecting the About docs. for multiple plugins creates multiple > panes, whereas before the same pane was reused.  Preference kind of > thing, I don't think it's that big a deal, alth

Re: Fit and finish: plugins menu docstring

2011-09-29 Thread Edward K. Ream
On Sep 29, 9:33 am, "Edward K. Ream" wrote: > On Thu, Sep 29, 2011 at 9:12 AM, Terry Brown wrote: > > No, I pronounced [scrolledmessage] dead some time ago. > > Good.  I'll remove it today. Done at rev 4497. EKR -- You received this message because you are subscribed to the Google Groups "

Re: Fit and finish: plugins menu docstring

2011-09-29 Thread Terry Brown
On Thu, 29 Sep 2011 06:52:04 -0700 (PDT) "Edward K. Ream" wrote: > 1. show_scrolled_message now just does:: > > vr = viewrendered(event=kw) > > instead of creating a special-purpose rendering pane. > > 2. The viewrendered command now returns the controller it creates. > > I suppose there

Re: Fit and finish: plugins menu docstring

2011-09-29 Thread Edward K. Ream
On Thu, Sep 29, 2011 at 9:12 AM, Terry Brown wrote: > No, I pronounced [scrolledmessage] dead some time ago. Good. I'll remove it today. > viewrendered uses the scrolledmessage *hook*, not the scrolledmessage plugin, > so don't kill > the hook if you're mothballing the plugin. That should n

Re: Fit and finish: plugins menu docstring

2011-09-29 Thread Terry Brown
On Thu, 29 Sep 2011 06:59:28 -0700 (PDT) "Edward K. Ream" wrote: > > > On Sep 29, 8:52 am, "Edward K. Ream" wrote: > > As of rev 4490, choosing a plugin from the Plugins menu displays the > > docstring in an "official" viewrendered pane if the viewrendered > > plugin exits. > > Imo, the scrol

Re: Fit and finish: plugins menu docstring

2011-09-29 Thread Edward K. Ream
On Sep 29, 8:52 am, "Edward K. Ream" wrote: > As of rev 4490, choosing a plugin from the Plugins menu displays the > docstring in an "official" viewrendered pane if the viewrendered > plugin exits. Imo, the scrolledmessage plugin needs work urgently: it doesn't display docstrings at all well: t

Fit and finish: plugins menu docstring

2011-09-29 Thread Edward K. Ream
As of rev 4490, choosing a plugin from the Plugins menu displays the docstring in an "official" viewrendered pane if the viewrendered plugin exits. This means that the show/hide/close-rendering-pane commands now can be used to close this window. The changes to the code are as follows: 1. show_sc