Hi Daniel,

I think that the major problem there is that PyDev internally doesn't
work with some things as RSE would like, namely, PyDev works with the
Eclipse IResource structure in a very limited way (mostly, it works
with the actual filesystem resources when possible -- that works 2
ways: PyDev should deal better with external files than other plugins
but doesn't work so well with RSE, which I believe 'fakes' the Eclipse
IResource structure to the plugin). Unfortunately, currently changing
this in the PyDev design isn't a trivial task...

So, the support is limited to watching the contents of the file that
RSE provides for PyDev (which is the behavior that you'd also get with
external files).

Note that usually this isn't such a big limitation because the
filesystem itself usually has ways to mount a remote filesystem as if
it was local... see:
http://en.wikipedia.org/wiki/Filesystem_in_Userspace

It'd still lack launching in the remote env, but all the editing could
be done locally (and only launching would be done externally) -- you
still need to configure a local interpreter though.

Cheers,

Fabio


On Thu, Nov 10, 2011 at 2:27 PM, Daniel Sokolowski
<daniel.sokolow...@klinsight.com> wrote:
> Hi All
> I've been using PyDev for 3 years now and was never able to make it play
> nice with Target Management (RSE) but I am willing to give it another go.
> The issues are:
> 1. PyDev does not allow using remote systems setup in RSE in python path
>     -  work around is to install a local python and your libraries needed
> 2. PyDev fails to see any of the projects source files
>    - so auto imports and ctrl+click fail to work (you hear on windows the
> ding sound)
>    - even though on project level you can set additional PythonPath sources
> manually
>      to your projects source files it still does not work and setting is
> lost on eclipse restart
> Has anyone found a work around for this? That is so PyDev plays nicley with
> RSE? If my memory serves me right Java eclipse plugin and the PHP plugin are
> able to do so.
> I am willing to submit as much information and do testing as is needed.
>
> --
> Daniel Sokolowski
> KL Insight
> http://klinsight.com/
> Tel: 613-344-2116 | Fax: 613.634.7029
> 993 Princess Street, Suite 202
> Kingston, ON K7L 1H3, Canada
>
>
> Notice of Confidentiality:
> The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material. Any review re-transmission dissemination or other use of or taking
> of any action in reliance upon this information by persons or entities other
> than the intended recipient is prohibited. If you received this in error
> please contact the sender immediately by return electronic transmission and
> then immediately delete this transmission including all attachments without
> copying distributing or disclosing same.
>
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Pydev-users mailing list
> Pydev-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pydev-users
>
>

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to