Re: [Pydev-users] Code Analysis not working on links

2013-06-09 Thread Fabio Zadrozny
Please add that as a request in the new tracker ( https://sw-brainwy.rhcloud.com/) Cheers, Fabio On Sun, Jun 9, 2013 at 1:39 PM, Johannes Müller wrote: > Hi Fabio, > > So I added a folder: new->folder->advanced button->link to location > and entered the path to the directory just above the pyt

Re: [Pydev-users] Code Analysis not working on links

2013-06-09 Thread Johannes Müller
Hi Fabio, So I added a folder: new->folder->advanced button->link to location and entered the path to the directory just above the python module. Using the resource filter button, I was able to limit the imported folders to the module itself. Problem solved. It might have been helpful to get a War

Re: [Pydev-users] Code Analysis not working on links

2013-06-09 Thread Fabio Zadrozny
Hi Johannes, PyDev doesn't really support eclipse links under a source folder. I.e.: you may have a source folder as a link (which is the directory added to the PYTHONPATH), but Eclipse links after that are not supported. If you need links after that, please create those under your filesystem (i.e

Re: [Pydev-users] Code Analysis not working on links

2013-06-09 Thread Johannes Müller
Hi again, The Problem does not occur when the module is created in the eclipse workspace, but when I import a module by linking to it: Right click workspace, Import, File System, Advanced, Create links in Workspace Regards, Johannes On 09.06.2013 11:34, Johannes Müller wrote: > Hi, > > I use py

[Pydev-users] Code Analysis not working

2013-06-09 Thread Johannes Müller
Hi, I use pydev 2.7.5 with eclipse 3.7.2 on Ubuntu. Afaik, pydev should give a warning/error when I use an undefined variable, but it does not. Code Completion & Highlighting does work though. Could you help me turn on the error message for this? Thanks, Johannes