Re: [PyKDE] auto-Complete questions

2004-10-13 Thread John Fabiani
On Wednesday 13 October 2004 06:35, you wrote: > By default, 'wx' and 'wxPython' seem to be excluded from > scanned module list. > You should have a look at the 'gen_python_api.py' header and > edit manually the excludedirlist. > Hope it helps. > ++ > Jul. It does help and thank you. But as it tur

Re: [PyKDE] auto-Complete questions

2004-10-12 Thread John Fabiani
On Tuesday 12 October 2004 00:14, you wrote: > Hi, > Autocompletion can be done from an API file which contains > all Python functions. While this file depends on your > personal configuration of Python, you may use the > "gen_python_api.py" script to scan all your modules. You'll > then have to lo

Re: [PyKDE] auto-Complete questions

2004-10-12 Thread [EMAIL PROTECTED]
Hi, Autocompletion can be done from an API file which contains all Python functions. While this file depends on your personal configuration of Python, you may use the "gen_python_api.py" script to scan all your modules. You'll then have to load the file generated into eric via the configuration dia

Re: [PyKDE] auto-Complete questions

2004-10-11 Thread John Fabiani
On Monday 11 October 2004 01:29, Hans-Peter Jansen wrote: > On Monday 11 October 2004 08:08, John Fabiani wrote: > > On Sunday 10 October 2004 22:54, John Fabiani wrote: > > > Hi, > > > > > > I come from the windows world where I have a thing called > > > Intellisense (Visual FoxPro). Intellisense

Re: [PyKDE] auto-Complete questions

2004-10-11 Thread Hans-Peter Jansen
On Monday 11 October 2004 08:08, John Fabiani wrote: > On Sunday 10 October 2004 22:54, John Fabiani wrote: > > Hi, > > > > I come from the windows world where I have a thing called > > Intellisense (Visual FoxPro). Intellisense some how is aware of > > all available functions (even user defined f

Re: [PyKDE] auto-Complete questions

2004-10-10 Thread John Fabiani
On Sunday 10 October 2004 22:54, John Fabiani wrote: > Hi, > > I come from the windows world where I have a thing called Intellisense > (Visual FoxPro). Intellisense some how is aware of all available functions > (even user defined functions). I was wondering if that's what > auto-complete is sup

[PyKDE] auto-Complete questions

2004-10-10 Thread John Fabiani
Hi, I come from the windows world where I have a thing called Intellisense (Visual FoxPro). Intellisense some how is aware of all available functions (even user defined functions). I was wondering if that's what auto-complete is suppose to do? It appears that my version only knows about what