Is there any way to clear the Problems View (like you can with the Console View)?
Running pylint on a few modules soon fills the problem view up with rubbish.
Or, if pylint o/p is sent to the console then could you change the line numbers of error messages into links like you do with tracebacks?
Well, since I am into wishlist mode, I think that I would rather be able to simply invoke pylint with a button or key instead of having it run every time something is saved.
Don.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any way to clear the Problems View (like you can with the Console View)?
Running pylint on a few modules soon fills the problem view up with rubbish.
Or, if pylint o/p is sent to the console then could you change the line numbers of error messages into links like you do with tracebacks?
Well, since I am into wishlist mode, I think that I would rather be able to simply invoke pylint with a button or key instead of having it run every time something is saved.
Don.
No, no way to clear the problems view (you can filters things though).
You should tune PyLint so that it does not put so much rubbish.
As for making the linking that happens with tracebacks, yes, it would be possible... but is it worth it?
I believe there is already a request for invoking the analysis only on request... But you can check it in the feature requests...
Cheers,
Fabio
"you can filters things though"
Yes, that is the key, thanks. I am now filtering on the selected resource rather than everything and that is much better!
"As for making the linking that happens with tracebacks, yes, it would be possible... but is it worth it? "
No, now that I am filtering it down to a reasonable amount I can use the Problems View instead of the Console View.
Thanks,
Don.