The common reasons for that are:

1. Those files are not considered to be in your pythonpath (i.e.:
under a source folder, or not in a folder with __init__ or with a name
that cannot be imported by Python -- if you send a snapshot of your
pydev package explorer I can help in diagnosing that).

2. The auto-build was turned off (i.e.: under the menu project, the
option 'auto build' is not checked).

3. Note that in the latest release PyDev will only analyze files you
have opened (there's still an option to analyze files under a folder
by right clicking a folder and choosing Pydev > code analysis).

If none of these help you, please take a look if you have something in
your error log...

Cheers,

Fabio

On Fri, Jun 10, 2011 at 12:36 AM, Aaron Staley <aa...@picloud.com> wrote:
> Recently, errors and warnings of any sort have stopped being (scribble)
> underlined by PyDev.  Absolutely nothing is being underlined in any of my
> projects.
> However, pydev does seem to be working; tab completion and Ctrl-clicking
> variables still works.
> Does anyone know how to re-enable underlining? Code analysis, etc. is
> enabled for PyDev in my preferences.
> Thanks,
> Aaron
> System info:
> Ubuntu Maverik
> Eclipse IDE for Java Developers 1.3.2.20110301-1807 epp.package.java
> PyDev for Eclipse 2.1.0.2011052613 org.python.pydev.feature.feature.group
>
> P.S: Posted this to the wrong list (pydev-code) earlier; my apologies.
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> Pydev-users mailing list
> Pydev-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pydev-users
>
>

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to