Skip to content
JayaKrishnan edited this page Sep 15, 2013 · 3 revisions

pep8check menu IDLE with IDLEAnalyzer is now having a menu for Pep8Check in Options menu. Once pressed, it shows first 15 errors/warnings in right side of the editor window. The right panel is a collection of message panels as one for each message from Pep8 style check results. Each message is displayed by a button with the error code. Red buttons are used for errors and orange for warnings. Click on these buttons leads to focus the specific line with highlighting in editor window and the specific character with red. The editor window will be scrolled down or up if necessary.

IDLEAnalyzer pep8 error details Each message has a description panel which contains the Pep8's output error/warning messages and a “Resolved” button which a user can click after resolving the specific style defect, so that Pep8 will recheck and remove the messages and highlighting if it is resolved.

Clone this wiki locally