Skip to content

Commit 38aea41

Browse files
bpo-24310: Document IDLE settings dialog font tab sample (GH-12007)
(cherry picked from commit d610116) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent 8efa328 commit 38aea41

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

Doc/library/idle.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,13 @@ Non-default user settings are saved in a .idlerc directory in the user's
852852
home directory. Problems caused by bad user configuration files are solved
853853
by editing or deleting one or more of the files in .idlerc.
854854

855+
On the Font tab, see the text sample for the effect of font face and size
856+
on multiple characters in multiple languages. Edit the sample to add
857+
other characters of personal interest. Use the sample to select
858+
monospaced fonts. If particular characters have problems in Shell or an
859+
editor, add them to the top of the sample and try changing first size
860+
and then font.
861+
855862
On the Highlights and Keys tab, select a built-in or custom color theme
856863
and key set. To use a newer built-in color theme or key set with older
857864
IDLEs, save it as a new custom theme or key set and it well be accessible

Lib/idlelib/NEWS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Released on 2019-??-??
33
======================================
44

55

6+
bpo-24310: Document settings dialog font tab sample.
7+
68
bpo-35689: Add docstrings and tests for colorizer.
79

810
bpo-35833: Revise IDLE doc for control codes sent to Shell.

Lib/idlelib/help.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,12 @@ <h2>Help and preferences<a class="headerlink" href="#help-and-preferences" title
788788
Non-default user settings are saved in a .idlerc directory in the user’s
789789
home directory. Problems caused by bad user configuration files are solved
790790
by editing or deleting one or more of the files in .idlerc.</p>
791+
<p>On the Font tab, see the text sample for the effect of font face and size
792+
on multiple characters in multiple languages. Edit the sample to add
793+
other characters of personal interest. Use the sample to select
794+
monospaced fonts. If particular characters have problems in Shell or an
795+
editor, add them to the top of the sample and try changing first size
796+
and then font.</p>
791797
<p>On the Highlights and Keys tab, select a built-in or custom color theme
792798
and key set. To use a newer built-in color theme or key set with older
793799
IDLEs, save it as a new custom theme or key set and it well be accessible
@@ -937,7 +943,7 @@ <h3>Navigation</h3>
937943
<br />
938944
<br />
939945

940-
Last updated on Feb 08, 2019.
946+
Last updated on Feb 23, 2019.
941947
<a href="https://docs.python.org/3/bugs.html">Found a bug</a>?
942948
<br />
943949

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
IDLE -- Document settings dialog font tab sample.

0 commit comments

Comments
 (0)