Is it possible to get javadoc to work in a jython pydev project using external libraries. I have included an external jar through the Project/Properties menu. Is it possible to get pydev to access the library-doc.jar for javadoc? now it only display binary garbage when clicking the help popup?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Unfortunately, I think that this is not currently possible… although, maybe a solution (which I haven't tested) would be creating a separate JDT project and configuring it as needed so that it shows you things as you want, configuring that project as a pydev project and making a reference for your original project (in theory in that case, PyDev will pass control to JDT to handle that, but I haven't tried it, so, it may not work in the end).
Cheers,
Fabio
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Is it possible to get javadoc to work in a jython pydev project using external libraries. I have included an external jar through the Project/Properties menu. Is it possible to get pydev to access the library-doc.jar for javadoc? now it only display binary garbage when clicking the help popup?
Unfortunately, I think that this is not currently possible… although, maybe a solution (which I haven't tested) would be creating a separate JDT project and configuring it as needed so that it shows you things as you want, configuring that project as a pydev project and making a reference for your original project (in theory in that case, PyDev will pass control to JDT to handle that, but I haven't tried it, so, it may not work in the end).
Cheers,
Fabio