On Thursday, September 18, 2014 10:55:57 AM UTC+10, Thomas Orozco wrote:
> In other words, the cursor is currently in the "overdrawn" method, not
> the "close" method.
That is correct.
To better reflect this I've added the actual cursor location to the
image:
http://www.zeusedit.com/images
On Wed, Sep 17, 2014 at 8:32 AM, Steven D'Aprano
wrote:
>
> jumppanen.ju...@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
On Thursday, September 18, 2014 1:32:53 AM UTC+10, Steven D'Aprano wrote:
I have created some confusion since the code on the forum site is not
exactly the same as the code that I used in the post from above.
Sorry about that :(
> Here is the specific image:
>
> http://www.zeusedit.com/images/
jumppanen.ju...@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 b
On Wednesday, September 17, 2014 9:42:16 PM UTC+10, Steven D'Aprano wrote:
> Thank you!
Thanks goes to the creators of Jedi. They've done an amazing job
creating that package!
> According to the screen shot there, if you have typed
>
> self.balan
>
> the autocomplete will offer the list:
jumppanen.ju...@gmail.com wrote:
> The latest version of the Zeus IDE adds Python autocomplete using
> the Jedi package.
>
> Details about Jedi can be found here:
>
> http://jedi.jedidjah.ch/en/latest/
Thank you!
> Details of how the autocomplete works can be found here:
>
> http://www.zeused