sgzwiz / pyscripter

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

for loop 'target_list' members not in the autocomplete list #565

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For clarification, I use target_list since that is what the grammar calls it:
http://docs.python.org/reference/compound_stmts.html#the-for-statement

What steps will reproduce the problem?
1.Make a for loop in some python code, e.g.
    basket = ['rotten', 'just kidding this one is spam']
    for egg in basket:

2. Type part of the 'target_list' part of the loop (in this case 'egg')
3. Engage code-completion (automatically or by keypress)

What is the expected output? What do you see instead?
I expect that 'egg' should be in the completion list
Instead I see that it isn't

What version of the product are you using? On what operating system?
PyScripter 2.4.3 (which is awesome btw)--also didn't work in 2.4.1 (also 
awesome)
Win7 Pro 64-bit SP1

Please provide any additional information below.

Original issue reported on code.google.com by theman.t...@gmail.com on 23 Sep 2011 at 3:38

GoogleCodeExporter commented 9 years ago
Ugh, sorry for the dup... just saw issue 549; didn't come up in my search.

Original comment by theman.t...@gmail.com on 23 Sep 2011 at 3:52

GoogleCodeExporter commented 9 years ago

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