masroore / pyscripter

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

Code completition list with 1 entry #452

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I would prefer that a code completition list of length one doesn't show up but 
completes the code automatically:

example:

test_var = 13
test<trigger code completition shows up a list with one entry>

instead of showing the list in that case, the word test should be completed to 
test_var without showing the list as you have no alternatives.

Original issue reported on code.google.com by mproel...@googlemail.com on 10 Dec 2010 at 7:14

GoogleCodeExporter commented 9 years ago
not evry one uses _ as a space key, so it gets complicated fast.

Original comment by alex.li...@gmail.com on 27 Dec 2010 at 3:41

GoogleCodeExporter commented 9 years ago
I think you didn't understand what I mean, instead of showing a code 
completition list of length 1 automatically complete the word. It doesn't 
matter how you name your variable. For example:

abcdef = 1

then in the next line write abcd and trigger code completition should complete 
automatically to abcdef instead of showing the completition list with one entry 
(see screenshot)

Original comment by mproel...@googlemail.com on 10 Jan 2011 at 6:55

Attachments:

GoogleCodeExporter commented 9 years ago
I've only been using PyScripter for a couple of weeks (love it!) but automatic 
code completion would aggravate me quickly, I think ...

Original comment by marginal...@gmail.com on 11 Jan 2011 at 4:38

GoogleCodeExporter commented 9 years ago
okay, there could be an editor option to enable/disable automatic code 
completition....

Original comment by mproel...@googlemail.com on 12 Jan 2011 at 9:56

GoogleCodeExporter commented 9 years ago
Fixed in version control

Original comment by pyscripter on 30 Jun 2011 at 1:32