ouilles / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Code completition in for loops #549

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

in for loops, code completition doesn't work for me as expected:

test = [1,2,3,4,5]
for number in test:
    print n  <- number is not listed in the code completition list, I have only "next" and "not" listed

Original issue reported on code.google.com by mproel...@googlemail.com on 17 Aug 2011 at 7:24

GoogleCodeExporter commented 9 years ago
Issue 565 has been merged into this issue.

Original comment by pyscripter on 23 Sep 2011 at 6:02

GoogleCodeExporter commented 9 years ago
Fixed in version control

Original comment by pyscripter on 24 Feb 2012 at 12:06

GoogleCodeExporter commented 9 years ago
Hi PyScripter team,

This issue is suffing me for a long while, glad to see it has been fixed.
Hope next version release will come out soon. Thanks!

BR,
Phus

Original comment by phus.lu on 25 Feb 2012 at 8:12