[Pydev-users] [Users] RE: Bug in Hover Name-Resolution?
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2012-01-11 18:49:07
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4941441: You can do that provided you do the following: Let's say you have your workspace at: ~/proj/test_workspace/ And create a new project in eclipse at: ~/proj/test_workspace/program1 And want to have the sources for that project at: /opt/program1/src For that to work you must have ~/proj/test_workspace/program1/src mapping to folder link at /opt/program1/src (created through: right click project > new > folder > advanced > link to alternate location). And ~/proj/test_workspace/program1/src must be the source folder set in: right click project > properties > pydev - pythonpath. This should work properly (note that alternatively you could also just create your project directly at /opt/program1 instead of creating a project inside the eclipse workspace with a link to the sources -- just set the proper location on the wizard to create a new pydev project). Cheers, Fabio |