The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3742281:

Is there a way to configure a Jython interpreter or the project in PyDev to 
implicitly import
a module,  so that code completion in source editor can bring up list of 
functions and the 
builder would not flag error,  similar how it works for __builtin__?

I tried adding the module to forced-builtin, but in source editor,
an explicit import is still needed to see functions in the module.

( The use case is a custom Jython interpreter (weblogic.WLST), which would 
automatically provide the
functions in the specific module (wlstModule) at runtime, without requiring user
import it in *.py source code. )


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to