masroore / pyscripter

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

Undesirable code completion when using interpreter window #497

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Type 2.**15 in the interpreter window (using shift-8 for the *)

What is the expected output? What do you see instead?
I expect to see 2.**15 in the interpreter window.  Instead I see 2.__abs__**15

What version of the product are you using? On what operating system?
2.4.1.0, Windows XP SP3, Python 2.5.1, remote engine

Please provide any additional information below.
It seems that typing '.' selects the current selection in the completion 
window.  When typing numbers '.' usually just means "I want this to be a float 
rather than an integer".  I couldn't find a way to turn off code completion in 
the interpreter, which would be preferable to the current behaviour, so perhaps 
that would be an option.  Suggest perhaps adding an option for defining the 
list of typed characters that will select the current option in the code 
completion window (I'm sure some people love the current behaviour).

Original issue reported on code.google.com by gokikamu...@gmail.com on 23 Mar 2011 at 8:49

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 29 May 2011 at 11:01