eric3 completion

G

grv

This is the only IDE that looks very useable on linux of everything I've
looked at (and not to start a dev environment war) but one thing that is
troublesome is the word completion.

There is a user-contributed script to parse all the dll and py files to
make a list of functions & attributes for each namespace, but it doesn't
pick up some things like file.seek() and datetime.today(). The script
complains that no source files found, yet other built-ins like open() are
picked up. Any guidelines on how to get all the default stuff working for
code completion?
 
D

Detlev Offenbach

grv said:
This is the only IDE that looks very useable on linux of everything
I've looked at (and not to start a dev environment war) but one thing
that is troublesome is the word completion.

There is a user-contributed script to parse all the dll and py files to
make a list of functions & attributes for each namespace, but it
doesn't
pick up some things like file.seek() and datetime.today(). The script
complains that no source files found, yet other built-ins like open()
are
picked up. Any guidelines on how to get all the default stuff working
for code completion?

Maybe the script has a bug. Could you check it and possibly fix it?

Detlev
 
J

John Fabiani

grv said:
This is the only IDE that looks very useable on linux of everything I've
looked at (and not to start a dev environment war) but one thing that is
troublesome is the word completion.

There is a user-contributed script to parse all the dll and py files to
make a list of functions & attributes for each namespace, but it doesn't
pick up some things like file.seek() and datetime.today(). The script
complains that no source files found, yet other built-ins like open() are
picked up. Any guidelines on how to get all the default stuff working for
code completion?
I didn't know Eric had any scripts that offered completion.
Where can a guy find that script?
John
 
J

John Fabiani

John Fabiani wrote:

Feeling dumb - it's part of the uer perferences duh!
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,202
Messages
2,571,057
Members
47,666
Latest member
selsetu

Latest Threads

Top