mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
bpo-36390: IDLE: Combine region formatting methods. (GH-12481) (GH-14811)
Rename paragraph.py to format.py and add region formatting methods
from editor.py. Add tests for the latter.
(cherry picked from commit 82494aa6d9
)
Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
This commit is contained in:
parent
6cf7c45cb5
commit
1fc43a3faf
7 changed files with 589 additions and 327 deletions
|
@ -29,7 +29,7 @@ from idlelib.textview import view_text
|
|||
from idlelib.autocomplete import AutoComplete
|
||||
from idlelib.codecontext import CodeContext
|
||||
from idlelib.parenmatch import ParenMatch
|
||||
from idlelib.paragraph import FormatParagraph
|
||||
from idlelib.format import FormatParagraph
|
||||
from idlelib.squeezer import Squeezer
|
||||
|
||||
changes = ConfigChanges()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue