Skip to content

Commit d17e978

Browse files
committed
Issue #24820: Update IDLE NEWS items.
1 parent be5b7a2 commit d17e978

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

Lib/idlelib/NEWS.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

Misc/NEWS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,25 @@ Library
492492
IDLE
493493
----
494494

495+
- Issue #24820: IDLE now has an 'IDLE Dark' built-in text color theme.
496+
It is more or less IDLE Classic inverted, with a cobalt blue background.
497+
Strings, comments, keywords, ... are still green, red, orange, ... .
498+
Selecting it displays the following warning and solution.
499+
"IDLE Dark is new in October, 2015. Trying to run earlier versions
500+
of IDLE with it selected will disable colorizing, or worse.
501+
If you might ever run an earlier release of IDLE, then before
502+
exiting this version, either switch to another theme or hit the
503+
'Save as New Custom Theme' button. The latter requires a new name,
504+
such as 'Custom Dark', but the custom theme will work with any IDLE
505+
release, and can be modified."
506+
507+
- Issue #25224: README.txt is now an idlelib index for IDLE developers and
508+
curious users. The previous user content is now in the IDLE doc and is
509+
redundant. IDLE now means 'Integrated Development and Learning Environment'.
510+
511+
- Issue #24820: Users can now set breakpoint colors in
512+
Settings -> Custom Highlighting. Original patch by Mark Roseman.
513+
495514
- Issue #24972: Inactive selection background now matches active selection
496515
background, as configured by user, on all systems. Found items are now
497516
always highlighted on Windows. Initial patch by Mark Roseman.

0 commit comments

Comments
 (0)