helwardany / pyscripter

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

Press SPACE key should break IntelliSense #545

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Dear pyscripter author,

when I use pyscripter 2.4.2.4, the new feature "IntelliSense" is amazing!
But I note that this feature is a little different from other IDE.
when I press SPACE" key, IntelliSense completion list should been break.
for example, I want input "im = Image.new(...)".
I will press "i","m"," " in the editor. "i" and "m" will let the editor give a 
IntelliSense completion list, "import" is in the top. At the time, I can press 
ENTER to let "import" appears(it's make sense), but when I press SPACE key, it 
also
let "import" appears, it's not my want. I wish it's will be fixed. Thank you!

Best Regards
Phus

Original issue reported on code.google.com by phus.lu on 13 Aug 2011 at 3:16

GoogleCodeExporter commented 9 years ago
There is a new option "Complete with word-break chars" that controls that 
behaviour.
Please read 
http://pyscripter.blogspot.com/2011/08/code-completion-improvements.html.

Original comment by pyscripter on 15 Aug 2011 at 9:11