LionHeart123 / pyscripter

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

autocode completion for a single letter variables #573

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

When I try to type something like  myList = [i for i in l] the auto completion 
with word-brake chars will change it to myList = [id for id in lambda]

Would be possible to add some ide option to turn on auto completion with 
word-brake chars only for a defined minimal word length?

Original issue reported on code.google.com by zdenek.m...@gmail.com on 19 Oct 2011 at 7:48

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 19 Oct 2011 at 9:53