superman268 / pyscripter

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

code completion when not desired #727

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open a new code edit window
2. type kwd = set <enter>
3. type k

What is the expected output? 
  a list with one choice (kwd)
What do you see instead?
  kwd

IOW the k I typed immediately expands to kwd. Only after I create another word 
beginning with k do I get the list. This is very counterproductive.

What version of the product are you using? 
  2.5.3.0 x86
On what operating system?
  windows 2003 server

Please provide any additional information below.

Original issue reported on code.google.com by bgai...@gmail.com on 12 Mar 2013 at 2:51

GoogleCodeExporter commented 9 years ago
It sometimes also extends to keywords when I am writing a new script.

Original comment by jonathan...@gmail.com on 4 May 2013 at 4:08

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
It was really annoying for me too, but I think I found a solution!
Tools->Options->IDE Options->Code Completion->(uncheck)Auto-complete with one 
entry

Original comment by istvan.d...@gmail.com on 9 May 2013 at 5:42