|
Last Site Update: 28 May 2013 | Latest Version: 2.7.5 |
|
|
|
|
|
|
|
![]() |
![]() |
|
|
PyLint can be used with PyDevNOTE: PyLint is disabled by default, so, if you want to activate it, you should go to the pylint preferences page, specify its location (it MUST be installed in the site-packages) and activate it (note: after activating it, you can clean your project on the project menu so that the files are checked with pylint, or you can do it on deltas as you go and change your files).
This, however, has a drawback: PyLint can be slow at sometimes, and if you work in big projects it can be kind of slow (anyway, you can stop the builder process at any time if you want) - you should expect that it takes some secs. for each file it analyzes, so, if you are working with about 700 files - like I am - it can take a long time - more than 40 minutes to get all the info on the project... For this cases, I have provided an option on the maximum delta to use PyLint on. So, if you have all of the sudden 100 changed files because of a cvs update, PyLint will not be run unless the limit you specify allows it. Oh, if you don't see the problems on your problems view, don't forget to enable it in the problems view filter.
|
|
|
Copyright: Appcelerator, Inc. 2008-2012 |