No, there is no tree view of pep8 or pyflakes results implemented in Spyder.
Why is that? Because these tools are very fast and can do their job (almost) real time. So, it was tempting to show results inline (directly in the text editor with flags, underlined parts, ...). Then I rapidly added the pylint plugin and I had to implement this tree view (because from my experience with Pydev on an average machine, the inline pylint implementation was not adapted because pylint is too slow. Now, we could merge results from the three tools in a single tree view, indeed. It would require some work though, but that's definitely doable. You may open a new Issue for that (on Spyder's GoogleCode website). Cheers, -Pierre Le 6 janv. 2013 à 20:12, Monte Milanuk <[email protected]> a écrit : Maybe I'm missing it... but are there windows available for displaying a hierarchical tree view of the messages from pep8 and pyflakes like there is for pylint? Right now I've got the pylint window 'docked' (guess thats the right term) in with the Object Inspector and File Explorer windows, which is pretty handy. Being able to see all the current warnings/errors in a tree view with the ability to collapse them is *very* nice, love it! If that could be extended to pep8 and pyflakes (or consolidate them all in one 'Code Analysis' window) that would outstanding. Thanks, Monte -- You received this message because you are subscribed to the Google Groups "spyder" group. To view this discussion on the web visit https://groups.google.com/d/msg/spyderlib/-/VKxJ4uOzKyUJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en. -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
