[wingide-users] source completion
Michael Hipp
Michael at Hipp.com
Fri Sep 9 09:59:45 EDT 2005
Dave Aitel wrote:
> I use the source completion a lot, but what mystifies me is why when I'm
> doing something like this:
> def getsizefromtype(basetype):
> "int is 4, etc"
> if basetype in [FC_BYTE,FC_CHAR]:
> return 1
> elif base <--- here it shows me something random first, not "basetype".
>
> Should it be doing a "most recently used" search of some kind?
Is 'basetype' defined somewhere?
Michael
More information about the wingide-users
mailing list