The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4517189:

Hi 

I have the following workspace structure:
******************************************
MasterProject
    python-sub-project1
          module1.py
    python-sub-project2
    ...
    non-python-subproject 10
    non-python-subproject 11
    ...

python-sub-project1 (one of those above but imported in workspace as independent
project)
          module1.py

python-sub-project2 (one of those above but imported in workspace as independent
project)

******************************************

1. MasterProject for some reason gets Python nature, albeit there are other
(non-Python) subprojects as well. I hope it is totally OK?

2. When I work in python-sub-project1 as imported in workspace as independent
project and press F3, then Eclipse+PyDev opens files in MasterProject's context.
For example, I am in module1.py of idependent python-sub-project1 and press
F3 for a identifier that defined in the same file module1.py, PyDev opens for
the same file a new editor window MasterProject/python-sub-project1/module1.py
. Not quite what desired...

I tried to remove Pydev config and/or Python nature from the top project
"MasterProject" to avoid these teleportations to top level context. However,
it doesn't seem to be removable.
I tried working sets -- it doesn't help. Only "Close" of MasterProject helps,
but it means that I have to close it all the time when I have to descent to
python-sub-project1 or open it again when return back to MasterProject
:-/

Any comments, ideas?

P.S. Many thanks for a great plugin, I can't even imagine a huge work behind
it !

Kind regards
Valery


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to