[ANN] Jedi Python Autocomplete in Zeus IDE

Thomas Orozco thomas at orozco.fr
Wed Sep 17 20:55:21 EDT 2014


On Wed, Sep 17, 2014 at 8:32 AM, Steven D'Aprano
<steve+comp.lang.python at pearwood.info> wrote:
>
> jumppanen.jussi at gmail.com wrote:
>
> > On Wednesday, September 17, 2014 9:42:16 PM UTC+10, Steven D'Aprano wrote:
> [...]
> >> According to the screen shot there, if you have typed
> >>
> >>     self.balan
> >>
> >> the autocomplete will offer the list:
> >>
> >>     balance
> >>     close
> >
> > I'm not seeing that behaviour :?
>
> Look at the screen shot on the page you linked to:
>
> http://www.zeusedit.com/zforum/viewtopic.php?t=7200
>
> Here is the specific image:
>
> http://www.zeusedit.com/images/jedi_autocomplete.png

The cursor is actually on the line above (where the current content is
*self.* — not *self.balan*).

In other words, the cursor is currently in the "overdrawn" method, not
the "close" method.



More information about the Python-list mailing list