Re: [Pydev-users] Code Analysis not working on links
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2013-06-09 16:06:10
|
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.: link on linux or junction on windows). Cheers, Fabio On Sun, Jun 9, 2013 at 8:28 AM, Johannes Müller <der...@gm...>wrote: > 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 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 > > > > > ------------------------------------------------------------------------------ > > How ServiceNow helps IT people transform IT departments: > > 1. A cloud service to automate IT design, transition and operations > > 2. Dashboards that offer high-level views of enterprise services > > 3. A single system of record for all IT processes > > http://p.sf.net/sfu/servicenow-d2d-j > > _______________________________________________ > > Pydev-users mailing list > > Pyd...@li... > > https://lists.sourceforge.net/lists/listinfo/pydev-users > > > > > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. A cloud service to automate IT design, transition and operations > 2. Dashboards that offer high-level views of enterprise services > 3. A single system of record for all IT processes > http://p.sf.net/sfu/servicenow-d2d-j > _______________________________________________ > Pydev-users mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-users > |