From: Fabio Z. <fa...@gm...> - 2006-05-18 12:59:55
Hi Don,
On 5/18/06, Don Taylor <nos...@gm...> wrote:
>
> Fabio:
>
> Is there a way to get at the pythonpath for the underlying project?
In the script: editor.getPythonNature().getPythonPathNature().getCompletePr=
ojectPythonPath()
you can view the interface for editor.getPythonNature().getPythonPathNature=
()
to see what else is available at:
http://pydev.cvs.sourceforge.net/pydev/org.python.pydev.core/src/org/python=
/pydev/core/IPythonPathNature.java?view=3Dmarkup
-- Fabio