Hello,

I am currently testing the code analysis offered by Pydev Extensions. I
think I really like the analysis itself (it directly showed me quite
some places where I could clean up and improve my code), but I am
confused by what exactly is included in the analysis:

Sometimes I get errors and warnings from a file only after I have opened
it, so I concluded that code analysis is only done on open files.

Then, however, I tried get rid of a couple of errors by closing the
respective file (expecting this would exclude it from the code
analysis). However, the errors are still shown.


Is there a way to have the code analysis run on all files in the
project (no matter if currently open or not) and to exclude some
individual files completely (again, no matter if open or not)?


Best,


   -Nikolaus

-- 
 »Time flies like an arrow, fruit flies like a Banana.«

  PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to