Hi Fabio,

>Basically, requesting code-completion in an empty file would be the best way to
>check if the shell that gets builtins is working (so, if builtin classes
>appear... 

Ok, works, thanks!

> Not currently... you can add that as a feature request... 

Will do.
I think its a nessecity, certainly when one has a whole bunch of packages
installed. Its really __too__ bad to have to wait > 5 minutes quite often
setting up a new environment / adding packages, which is something i (i suppose
many others) do pretty frequently. Compared to pydev / eclipse high end features
(you should have seen the smile on my faces when i discovered the cntrl button
'hyperlink' functionality ;') this is pretty crude is guess.

>I think it could be smarter and make some cache based on md5 hashes for modules
>already parsed (and don't throw that information away while you're still in the
>dialog to configure the interpreter).

Exactly. That would change a *big* deal!

Also, I have a comment on adding  modules in the project config.
When adding a package myFabModule, it is added sure, but in a very unpythonic
manner if you ask me. Its importing this in the namespace as 

from myFabModule import *

rather than

import myFabModule

which leads to namespace clutter...

Having said that though, I'm pretty happy having stumbled into pydev!

Cheers,

-jelle








-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to