cjwilliams43 / pyscripter

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

Please allow me to turn off auto-complete. #604

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

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

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

Please provide any additional information below.

Original issue reported on code.google.com by joe.smar...@gmail.com on 24 Jan 2012 at 2:28

GoogleCodeExporter commented 9 years ago
Tools options IDE Options:

Editor code completion
Interpreter code completion.

See also the options

Complete as you type
Code completion is invoked automatically as you type.

Complete Python keywords
Python keywords appear in the completion list when appropriate.

Complete with word-break characters
When the completion list is displayed completion with the currently selected 
entry occurs when word-break characters are typed (e.g. space, brackets etc.).  
 This is in addition to completing with the Tab and Enter keys.

Auto-complete with one entry
If true, when the completion list contains one entry complete automatically 
without showing the list.

Also read 
http://pyscripter.blogspot.com/2011/08/code-completion-improvements.html

Original comment by pyscripter on 26 Jan 2012 at 2:55

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
solution:  turnoff the option:   tools->options-> complete with word-break 
characters.

Original comment by deyl...@gmail.com on 2 Mar 2012 at 2:36