Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5899702
By: modulatrix

The Jython scripts will be uploaded into an environment where these JARs have
already been imported. My scripts will have access to those objects without
me adding an import statement (in fact, if I add import statements now, it will
break when I upload it to the environment).

However, when I'm developing in Pydev, I want code completion to be able to
see those objects. (I could add import statements while developing in Pydev,
but I'd have to remove them every time I upload to the environment.) That's
why I figure the forced builtins list is a good idea: It will let me use code
completion for those objects, but I won't have to put import statements in my
code. How might I do this?

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to