Skip to content

Commit 8b50e3e

Browse files
bpo-34162: Update idlelib/news.txt. (GH-15011)
(cherry picked from commit f35c51d) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent 8513b90 commit 8b50e3e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Lib/idlelib/NEWS.txt

+24
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@ Released on 2019-10-20?
33
======================================
44

55

6+
bpo-37692: Improve highlight config sample with example shell
7+
interaction and better labels for shell elements.
8+
9+
bpo-37628: Settings dialog no longer expands with font size.
10+
The font and highlight sample boxes gain scrollbars instead.
11+
12+
bpo-17535: Add optional line numbers for IDLE editor windows.
13+
14+
bpo-37627: Initialize the Customize Run dialog with the command line
15+
arguments most recently entered before. The user can optionally edit
16+
before submitting them.
17+
18+
bpo-33610: Code context always shows the correct context when toggled on.
19+
20+
bpo-36390: Gather Format menu functions into format.py. Combine
21+
paragraph.py, rstrip.py, and format methods from editor.py.
22+
23+
bpo-37530: Optimize code context to reduce unneeded background activity.
24+
Font and highlight changes now occur along with text changes instead
25+
of after a random delay.
26+
27+
bpo-27452: Cleanup config.py by inlining RemoveFile and simplifying
28+
the handling of __file__ in CreateConfigHandlers/
29+
630
bpo-26806: To compensate for stack frames added by IDLE and avoid
731
possible problems with low recursion limits, add 30 to limits in the
832
user code execution process. Subtract 30 when reporting recursion

0 commit comments

Comments
 (0)