diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-09-25 18:02:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-25 18:02:06 (GMT) |
commit | b2ae5502981ae7e8fc080f5155060235696afe22 (patch) | |
tree | 06aca7a30392df3a45f43c56f92852c5ffd2467d | |
parent | 3637e68d7c92eda0b80e6ab3f58610e1cfb4f1d8 (diff) | |
download | cpython-b2ae5502981ae7e8fc080f5155060235696afe22.zip cpython-b2ae5502981ae7e8fc080f5155060235696afe22.tar.gz cpython-b2ae5502981ae7e8fc080f5155060235696afe22.tar.bz2 |
bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573)
(cherry picked from commit 22ef31d0b4b497eda5e356528c3e1d29584d6757)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
-rw-r--r-- | Lib/idlelib/NEWS.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index c8be6d0..3bfe01f 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,13 @@ Released on 2018-07-31? ====================================== +bpo-1529353: Output over N lines (50 by default) is squeezed down to a button. +N can be changed in the PyShell section of the General page of the +Settings dialog. Fewer, but possibly extra long, lines can be squeezed by +right clicking on the output. Squeezed output can be expanded in place +by double-clicking the button or into the clipboard or a separate window +by right-clicking the button. + bpo-34548: Use configured color theme for read-only text views. bpo-33839: Refactor ToolTip and CallTip classes; add documentation |