On 01Sep2014 23:59, Steven D'Aprano <st...@pearwood.info> wrote:
On Mon, Sep 01, 2014 at 11:57:08AM +1000, Cameron Simpson wrote:
On 01Sep2014 11:13, Steven D'Aprano <st...@pearwood.info> wrote:
>Just recently, I've customised my interactive Python with a powerful set
>of tab completion commands, similar to that provided by IPython. While
>typing, if I hit tab, it will try to complete the current variable,
>function, module or file name. I don't know how I programmed without it
>all these years :-)

I must try that sometime.

Please do :-)

You can get the module from here:
http://code.google.com/p/tabhistory/

Or directly using Mercurial. Run this command at the shell:
hg clone https://code.google.com/p/tabhistory/
[...]

Installed. Wow. That's really handy!

Thanks!
Cameron Simpson <c...@zip.com.au>

Microsoft Mail: as far from RFC-822 as you can get and still pretend to care.
        - Abby Franquemont-Guillory <abb...@tezcat.com>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to