Re: Learning from IPython

2015-09-28 Thread john lunzer
As usual this process is solid. I made it about halfway through this process before getting lost. I will remember to reference this in the future. Hopefully will get time to make the change soon. On Friday, September 25, 2015 at 8:01:05 AM UTC-4, Edward K. Ream wrote: > > ​​On Thu, Sep 24,

Re: Learning from IPython

2015-09-25 Thread Edward K. Ream
​​On Thu, Sep 24, 2015 at 10:58 AM, john lunzer wrote: I'm finding myself stumped by the KeyHandler class. One thing that the > autocomplete Qt popup doesn't handle right now is PgUp and PgDown, both of > these keybinding exit the popup. I was trying to fix this but I'm having

Re: Learning from IPython

2015-09-24 Thread john lunzer
I'm intrigued by this and in fact instead of implementing Jedi or Rope the functionality here might offer enough of a base to gussy it up. I'd eventually like to improve the aesthetics of the autocomplete popup window itself. However I'm finding myself stumped by the KeyHandler class. One

Re: Learning from IPython

2015-09-15 Thread 'Terry Brown' via leo-editor
On Tue, 15 Sep 2015 07:53:57 -0700 (PDT) "Edward K. Ream" wrote: > More interestingly Leo could use IPython's scheme of basing code > completion of live objects, provided users are willing to execute the > code in an outline.  Yes, this could be dangerous, and people must be

Re: Learning from IPython

2015-09-15 Thread Edward K. Ream
On Tue, Sep 15, 2015 at 10:08 AM, 'Terry Brown' via leo-editor < leo-editor@googlegroups.com> wrote: > On Tue, 15 Sep 2015 07:53:57 -0700 (PDT) > "Edward K. Ream" wrote: > > > More interestingly Leo could use IPython's scheme of basing code > > completion of live objects,

Learning from IPython

2015-09-15 Thread Edward K. Ream
The following are various thoughts about IPython that I had soon after returning from vacation. They seem relevant to the question about where Leo is going. TL:DR: IPython doesn't need Leo's features. Leo *could* use IPython's typing completion. - IPython is a super successful project.