[Python-projects] Simple Done Message

Sylvain Thénault sylvain.thenault at logilab.fr
Sun May 7 13:37:40 CEST 2006


On Thursday 27 April à 16:03, Meding, Olaf wrote:
> 
> I use MS Visual C++ and my editor for Python source code.  Within Visual C++ I added PyLint as an external tool so I can call PyLint on the current file I am editing.  The output of PyLint is than displayed with Visual C++.  The works fine.
> 
> The only problem is that I get no indication that PyLint is done (I disabled reports).
> 
> What I wish were possible is a single line perhaps just summarizing how many messages there were of each category.

why don't you just wrap pylint in a simple .bat script writing a "done
line" ?

-- 
Sylvain Thénault                               LOGILAB, Paris (France)
Formations Python, Zope, Plone, Debian:  http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
Python et calcul scientifique:           http://www.logilab.fr/science



More information about the Python-Projects mailing list