LionHeart123 / pyscripter

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

Really Fast Auto Complete on new line #654

Closed GoogleCodeExporter closed 9 years ago

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

1. On a new line Press L in the window ... immediately LookupError comes up...

The issue is only for letter L though ...

What is the expected output? What do you see instead?

Please do nothing and show a list of every word that comes up which the user 
can select just like for other letters...

Original issue reported on code.google.com by naman09...@iiitd.ac.in on 9 May 2012 at 7:26

GoogleCodeExporter commented 9 years ago
Have just noticed that it happens for those letters which only have 1 
auto-complete suggestion... the letters G , L , Z...

However if you have written something else and then press these buttons the 
effect is normal to what should be... It happens only on a new line

Original comment by naman09...@iiitd.ac.in on 9 May 2012 at 7:29

GoogleCodeExporter commented 9 years ago
This is due to the "Auto-complete with one entry" option.  You can turn if off 
through Tools, IDE options.

In the next version it will be off by default. (Issue 639).

For explanations please read 
http://pyscripter.blogspot.com/2011/08/code-completion-improvements.html.

Original comment by pyscripter on 11 May 2012 at 11:51