LionHeart123 / pyscripter

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

Can we have "Auto-complete with one entry" turned off by default on install? #639

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Auto-complete with one entry turned on

What is the expected output? What do you see instead?
While undoubtedly helpful for rigorous programming styles of some programmers 
who're possibly working on big projects , having this option on by default is 
*extremely* distracting for casual/hobbyist programmer like me.. 

eg. i want to type var1 = "abcde" in the python interpreter window for a quick 
on some programming logic (i know... the naming convention is lazy but quick), 
the IDE expands it immediately to vars making me backspace etc.

I eventually experimented with the autocomplete options to figure out this was 
causing the issue and turned it off.

However, given that Pyscripter's real benefit vs. pydev/eclipse is quick and 
fast prototyping/development & relative simplicity making it easy to use for 
casual/hobbyist programmers, can we have this option turned *off* by default on 
installation? 

Serious developers  working on bigger projects who need this can always turn it 
on & we hobbyists can continue with our lazy naming conventions without having 
to tinker with autocomplete options :-)

What version of the product are you using? On what operating system?
2.5.3.0 x86 - windows 7 - non registry install

Original issue reported on code.google.com by srinathd...@gmail.com on 7 Apr 2012 at 5:47

GoogleCodeExporter commented 9 years ago
I will consider that in the new version.  

Original comment by pyscripter on 7 Apr 2012 at 9:51

GoogleCodeExporter commented 9 years ago
Fixed in version control, but for existing installations you will still need to 
turn it off manually (Tools, Options, IDE options).

Original comment by pyscripter on 11 May 2012 at 11:48