Menu

#1362 Navigation issues (resources, F3 etc)

open
Editor (491)
5
2011-08-02
2011-08-02
No

When I use “Open resource” dialog Eclipse creates new editor with the relative path to the target file (like “/my-project/module/test.py”), the same thing for “Pydev package explorer”. But if I open file using F3 shortcut (on declaration or import for example) pydev opens file using full path (like “/home/user/projects/my-project/module/test.py”). If target file is already opened (from explorer e.g.) another editor will be opened anyway, with the same file.

This makes navigation almost impossible because files opened using F3 shortcut are not synchronised wuth the other files properly. Also they couldn't be synced with the Explorer using “Link with editor” feature.

I'm using PyDev v. 2.2.1.

Discussion

  • Josh Davidson

    Josh Davidson - 2013-02-25

    +1. I have the same issue and haven't yet found a workaround. Code introspection is basically broken for me.