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

Hi,

I'm using PyDev 1.3.24 with Eclipse Ganymede 3.4.0 for running Jython. I have
a JAR file that contains certain classes which I'm importing in Jython. I'm
able to instanstiate these classes in Jython except for the code completion
that does not take place.

As soon as I make an object of the class I expect PyDev to provide me the list
of functions provided by this object. For e.g:

In Jython, I say:
myObj = myClass()   #myClass is a class implemented in a JAR file

On writing "myObj." , I should be presented with the list of functions & 
variables
that this class exposes.

Please suggest if there is any setting that need can be done to turn on this
feature


Thanks and regards,
Rajat 

______________________________________________________________________
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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to