How cool!

On Tue, Aug 19, 2014 at 1:48 PM, 'Terry Brown' via leo-editor
<leo-editor@googlegroups.com> wrote:
> On Tue, 19 Aug 2014 10:56:37 -0700 (PDT)
> Fidel N <fidelpe...@gmail.com> wrote:
>
>> Just checked again the link, and the video.
>> Cant wait to have that coded into Leo, seems so useful!!
>
> Note than you can do this(*) in Leo already:
>
>   c.sel<ctrl-space>
>
> shows completions, so I select one then
>
>   c.selectPosition<ctrl-space>?<enter>
>
> This second step shows the single completion, and, when I hit the '?',
> prints, in the log window:
>
>       c.selectPosition
>       args:
>            self,  p
>       keyword args:
>           enableRedrawFlag = True
>
>       Select a new position
>
> The args listing is new, as is the ability to operate on expressions
> evaluated with vs-eval from the valuespace plugin, e.g.
>
>     import argparse
>     parser = argparse.ArgumentParser()
>     parser.parse_args<ctrl-space>?<enter>
>
> prints
>
>     parser.parse_args
>     args:
>          self
>     keyword args:
>         args = None
>         namespace = None
>
>     No docstring for u'parser.parse_args'
>
> (*) by "this" I mean what I describe here, not everything srclib does :)
>
> Cheers -Terry
>
>> On Tuesday, August 19, 2014 2:22:33 PM UTC+2, Kent Tenney wrote:
>> >
>> > Sounds like a brilliant direction to me.
>> > So many broad-shouldered giants out there ...
>> >
>> > On Tue, Aug 19, 2014 at 3:53 AM, Edward K. Ream <edre...@gmail.com
>> > <javascript:>> wrote:
>> > > On Fri, Aug 15, 2014 at 10:54 AM, Kent Tenney <kte...@gmail.com
>> > <javascript:>> wrote:
>> > >> https://srclib.org/
>> > >>
>> > >> Quite impressive programmer tool
>> > >
>> > > Thanks Kent.  This is the new direction for Leo: rather than
>> > > doing my own research, I'll be looking at integrating tools like
>> > > srclib, Jedi and rope into Leo.
>> > >
>> > > Edward
>> > >
>> > > --
>> > > You received this message because you are subscribed to the
>> > > Google
>> > Groups "leo-editor" group.
>> > > To unsubscribe from this group and stop receiving emails from it,
>> > > send
>> > an email to leo-editor+...@googlegroups.com <javascript:>.
>> > > To post to this group, send email to leo-e...@googlegroups.com
>> > <javascript:>.
>> > > Visit this group at http://groups.google.com/group/leo-editor.
>> > > For more options, visit https://groups.google.com/d/optout.
>> >
>>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "leo-editor" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to leo-editor+unsubscr...@googlegroups.com.
> To post to this group, send email to leo-editor@googlegroups.com.
> Visit this group at http://groups.google.com/group/leo-editor.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to