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 cheryl.sabella
Recipients cheryl.sabella, terry.reedy
Date 2019-03-21.12:34:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553171660.93.0.476861789874.issue36390@roundup.psfhosted.org>
In-reply-to
Content
In editor.py, there are several methods (indent, dedent, comment, uncomment, tabify, untabify) that are event handlers for formatting text.  To simplify testing and to simplify the EditorWindow class, refactor these methods into their own method.

This was motivated by issue36219, which is a request for another test formatting option.
History
Date User Action Args
2019-03-21 12:34:20cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy
2019-03-21 12:34:20cheryl.sabellasetmessageid: <1553171660.93.0.476861789874.issue36390@roundup.psfhosted.org>
2019-03-21 12:34:20cheryl.sabellalinkissue36390 messages
2019-03-21 12:34:20cheryl.sabellacreate