bpo-36390: IDLE: Combine region formatting methods. by csabella · Pull Request #12481 · python/cpython

@csabella

* Create module for indent, dedent, comment, uncomment,
  tabify, and untabify.
* Add tests for new module.

taleinat

taleinat

taleinat

@taleinat

# Conflicts:
#	Lib/idlelib/editor.py

terryjreedy

@terryjreedy

Make other changes so manual testing passes.

@terryjreedy

@terryjreedy

@terryjreedy

@terryjreedy

@terryjreedy terryjreedy changed the title bpo-36390: IDLE: Refactor formatting methods from editor.py. bpo-36390: IDLE: Combine region formatting methods.

Jul 17, 2019

@terryjreedy

terryjreedy

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 17, 2019
Rename paragraph.py to format.py and add region formatting methods
from editor.py.  Add tests for the latter.
(cherry picked from commit 82494aa)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 17, 2019
Rename paragraph.py to format.py and add region formatting methods
from editor.py.  Add tests for the latter.
(cherry picked from commit 82494aa)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>

terryjreedy pushed a commit that referenced this pull request

Jul 17, 2019
)

Rename paragraph.py to format.py and add region formatting methods
from editor.py.  Add tests for the latter.
(cherry picked from commit 82494aa)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>

terryjreedy pushed a commit that referenced this pull request

Jul 17, 2019
)

Rename paragraph.py to format.py and add region formatting methods
from editor.py.  Add tests for the latter.
(cherry picked from commit 82494aa)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
Rename paragraph.py to format.py and add region formatting methods
from editor.py.  Add tests for the latter.

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
Rename paragraph.py to format.py and add region formatting methods
from editor.py.  Add tests for the latter.

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request

Jul 20, 2020
Rename paragraph.py to format.py and add region formatting methods
from editor.py.  Add tests for the latter.