moohaad / pyscripter

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

Autocompletion menu appears even when a single suggestion item exists #221

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Precondition: PyScripter Python interpreter is open.
1. type: import sys
2. type: sys.exi
3. type: CTR+SPACE

EXPECTED RESULT 
System completes automatically to sys.exit; no autocompletion popup 
appears.

ACTUAL RESULT
Autocompletion menu appears with a single item ('exit')

What version of the product are you using? On what operating system?
1.9.9.2 on winxpsp2

Original issue reported on code.google.com by vri...@gmail.com on 16 May 2008 at 11:06

GoogleCodeExporter commented 9 years ago
Just carry on typing in that case.  Pressing "(", space "," will autocomplete 
the
entry.  No additional keystrokes required.  

Original comment by pyscripter on 16 May 2008 at 9:16

GoogleCodeExporter commented 9 years ago
The current behaviour is different from the user experience in any major IDE's, 
such 
as Eclipse, Netbeans, IDEA, etc..

Original comment by vri...@gmail.com on 21 May 2008 at 11:46

GoogleCodeExporter commented 9 years ago
Sure but Python is a dynamic language e.g.

>>> sys.existance = 5

is valid code.

Original comment by pyscripter on 21 May 2008 at 8:14