Re: [Pydev-code] code analysis disabled
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2011-01-04 14:58:32
|
On Wed, Nov 24, 2010 at 2:25 PM, Peter Shinners <psh...@bl...> wrote: > Some features of the code analysis have been disabled in my Pydev, but I > still want them. Specifically, the undefined and unused variable > highlighting is not working. Other features, like syntax error highlighting > is working fine. I’ve gone through the preferences, and everything looks > enabled the way I want it. Is there some setting that is commonly > overlooked? I am using Python2.5 in the most recent Eclipse and Pydev. Strange... are your files under a source folder? Is auto-build enabled (if you disabled it, it'll only analyze files when you request a manual build). Cheers, Fabio |