Errors indicators in PyDev Package Explorer
Brought to you by:
fabioz
PyDev Package Explorer should show error icons for all modules (packages) with Python code errors. It could be configurable if warnings should be also shown (only in case there is no errors within the same file). Thie feature would really speed up code review process. For now I switch sometimes to Java perspective, where package explorer marks files with errors.
Fabio,
any comments on this feature request?
Actually, it's not a priority right now... (not planned).
Now, note that this is something that should be pretty straightforward to do, so, if you're interested in providing a patch, I'd gladly apply it...
There's a nice tutorial on adding a decoration at: http://www.eclipse.org/articles/Article-Decorators/decorators.html (the only thing is that it should only decorate elements that are subclasses of org.python.pydev.navigator.elements.IWrappedResource and there should be a preferences page to enable/disable the decoration).