New submission from Cheryl Sabella <cheryl.sabe...@gmail.com>:

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.

----------
assignee: terry.reedy
components: IDLE
messages: 338537
nosy: cheryl.sabella, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE: Refactor formatting methods from editor
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36390>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to