This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author roger.serwy
Recipients eric.araujo, gpolo, kbk, rhettinger, roger.serwy, terry.reedy
Date 2010-10-15.23:28:08
SpamBayes Score 0.00062101195
Marked as misclassified No
Message-id <1287185292.5.0.843798739128.issue5150@psf.upfronthosting.co.za>
In-reply-to
Content
I grabbed the core of reindent.py and put it into an extension, unmodified. 

The original reindent.py will emit Indentation Errors if they exist. 
ScriptBinding already has nice code to handle these problems by highlighting the error, placing the cursor at the error, and presenting a message box. Rather than duplicate this code, this extension makes calls into ScriptBinding to check for syntax errors when the core reindent code throws exceptions.
History
Date User Action Args
2010-10-15 23:28:13roger.serwysetrecipients: + roger.serwy, rhettinger, terry.reedy, kbk, gpolo, eric.araujo
2010-10-15 23:28:12roger.serwysetmessageid: <1287185292.5.0.843798739128.issue5150@psf.upfronthosting.co.za>
2010-10-15 23:28:11roger.serwylinkissue5150 messages
2010-10-15 23:28:10roger.serwycreate