LionHeart123 / pyscripter

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

Apply key for autocomplite code. #569

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I try write code:
     for i in somthing:

What is the expected output? 
     for i in somthing:

What do you see instead?
     for id in somthing:

Autocomplit select apply selection when I press space key.
I wont change apply key to selection. I now that 'Esc' key cancel autocomplit 
widget but is not ergonomic.

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

Please provide any additional information below.

Original issue reported on code.google.com by zygfry...@gmail.com on 3 Oct 2011 at 11:02

GoogleCodeExporter commented 9 years ago
There is an IDE option (Tools, Options, IDE Options) called "Complete with 
word-break characters"  Disable it if you want.  For further explanations read 
http://pyscripter.blogspot.com/2011/08/code-completion-improvements.html

Original comment by pyscripter on 4 Oct 2011 at 12:30

GoogleCodeExporter commented 9 years ago
Issue 573 has been merged into this issue.

Original comment by pyscripter on 19 Oct 2011 at 9:53

GoogleCodeExporter commented 9 years ago
Issue 574 has been merged into this issue.

Original comment by pyscripter on 20 Oct 2011 at 8:28