@@ -2,6 +2,25 @@ What's New in Idle 3.4.4?
22=========================
33*Release date: 2015-??-??*
44
5+ - Issue #24820: IDLE now has an 'IDLE Dark' built-in text color theme.
6+ It is more or less IDLE Classic inverted, with a cobalt blue background.
7+ Strings, comments, keywords, ... are still green, red, orange, ... .
8+ Selecting it displays the following warning and solution.
9+ "IDLE Dark is new in October, 2015. Trying to run earlier versions
10+ of IDLE with it selected will disable colorizing, or worse.
11+ If you might ever run an earlier release of IDLE, then before
12+ exiting this version, either switch to another theme or hit the
13+ 'Save as New Custom Theme' button. The latter requires a new name,
14+ such as 'Custom Dark', but the custom theme will work with any IDLE
15+ release, and can be modified."
16+
17+ - Issue #25224: README.txt is now an idlelib index for IDLE developers and
18+ curious users. The previous user content is now in the IDLE doc and is
19+ redundant. IDLE now means 'Integrated Development and Learning Environment'.
20+
21+ - Issue #24820: Users can now set breakpoint colors in
22+ Settings -> Custom Highlighting. Original patch by Mark Roseman.
23+
524- Issue #24972: Inactive selection background now matches active selection
625 background, as configured by user, on all systems. Found items are now
726 always highlighted on Windows. Initial patch by Mark Roseman.
0 commit comments