Re: Modifying Call Tips and Intellisense Behavior

2005-03-07 Thread Szabolcs Nagy
have a look at eclipse + pyDev http://pydev.sourceforge.net/ probably it works as you wish -- http://mail.python.org/mailman/listinfo/python-list

Re: Modifying Call Tips and Intellisense Behavior

2005-03-06 Thread pytopo
John J. Lee wrote: > [EMAIL PROTECTED] writes: > > > I like the way call tips displays argument variables for functions when > > you type the "(" after the function name. However, if one of the > > arguments to the function is something like "SomeMod.attribute", the > > intellisense will display

Re: Modifying Call Tips and Intellisense Behavior

2005-03-06 Thread John J. Lee
[EMAIL PROTECTED] writes: > I like the way call tips displays argument variables for functions when > you type the "(" after the function name. However, if one of the > arguments to the function is something like "SomeMod.attribute", the > intellisense will display all the exposed methods and att