mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)
Replace tkinter tkSimpleDialog.askinteger with a standard IDLE query dialog. The new box checks for positivity before returning.
This commit is contained in:
parent
e7cab7f780
commit
363fab83b8
5 changed files with 74 additions and 12 deletions
|
@ -3,6 +3,9 @@ Released on 2020-10-05?
|
|||
======================================
|
||||
|
||||
|
||||
bpo-27115: For 'Go to Line', use a Query entry box subclass with
|
||||
IDLE standard behavior and improved error checking.
|
||||
|
||||
bpo-39885: Since clicking to get an IDLE context menu moves the
|
||||
cursor, any text selection should be and now is cleared.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue