moohaad / pyscripter

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

Use Tab to iterate the code completion list #243

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.type import os
2.type os.    there will be a code completion list 
3.press TAB   now you select the first item 
4.can has an option to configure the TAB to iterate the code completion
5.cause press ENTER has the same function. 

Original issue reported on code.google.com by yangjun....@gmail.com on 15 Aug 2008 at 2:23

GoogleCodeExporter commented 9 years ago
sorry for report as a defect, it should be enhancement. but i can't find where 
to
change the type.

Original comment by yangjun....@gmail.com on 15 Aug 2008 at 2:26

GoogleCodeExporter commented 9 years ago
TAB is usually a key that selects the current code completion word. I do not 
want to
use it for the purpose of iterating the list.

In PyScripter while you display the completion list, you can start typing the 
first
few letters and the list is filtered.  You can use the up, down keys if needed 
and
when you find the word you can either press
a) enter
b) tab
c) a delimiter character (e.g. "(" "." )

to autocomplete the word.

Original comment by pyscripter on 22 May 2009 at 12:53