From d19ddaf57883c8d545872d55adf384aabb8eefab Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 23 Feb 2019 22:29:32 -0500 Subject: [PATCH 1/2] Document settings dialog font tab sample. --- Doc/library/idle.rst | 7 +++++++ Lib/idlelib/help.html | 8 +++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index 8290039c968b2f0..8ef9e2eed534b8d 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -852,6 +852,13 @@ Non-default user settings are saved in a .idlerc directory in the user's home directory. Problems caused by bad user configuration files are solved by editing or deleting one or more of the files in .idlerc. +On the Font tab, see the text sample for the effect of font face and size +on multiple characters in multiple languages. Edit the sample to add +other characters of personal interest. Use the sample to select +monospaced fonts. If particular characters have problems in Shell or an +editor, add them to the top of the sample and try changing first size +and then font. + On the Highlights and Keys tab, select a built-in or custom color theme and key set. To use a newer built-in color theme or key set with older IDLEs, save it as a new custom theme or key set and it well be accessible diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html index 374159f807e9b89..b654ab7f2c5f863 100644 --- a/Lib/idlelib/help.html +++ b/Lib/idlelib/help.html @@ -788,6 +788,12 @@

Help and preferences +

On the Font tab, see the text sample for the effect of font face and size +on multiple characters in multiple languages. Edit the sample to add +other characters of personal interest. Use the sample to select +monospaced fonts. If particular characters have problems in Shell or an +editor, add them to the top of the sample and try changing first size +and then font.

On the Highlights and Keys tab, select a built-in or custom color theme and key set. To use a newer built-in color theme or key set with older IDLEs, save it as a new custom theme or key set and it well be accessible @@ -937,7 +943,7 @@

Navigation



- Last updated on Feb 08, 2019. + Last updated on Feb 23, 2019.
Found a bug?
From d545c5156c53a6cdc7163fe347ba0305f6e37169 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 23 Feb 2019 22:32:48 -0500 Subject: [PATCH 2/2] News items --- Lib/idlelib/NEWS.txt | 2 ++ Misc/NEWS.d/next/IDLE/2019-02-23-22-31-20.bpo-24310.j_vJQl.rst | 1 + 2 files changed, 3 insertions(+) create mode 100644 Misc/NEWS.d/next/IDLE/2019-02-23-22-31-20.bpo-24310.j_vJQl.rst diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 5d30fb3d967119f..715b013e11df6df 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,8 @@ Released on 2019-10-20? ====================================== +bpo-24310: Document settings dialog font tab sample. + bpo-35689: Add docstrings and tests for colorizer. bpo-35833: Revise IDLE doc for control codes sent to Shell. diff --git a/Misc/NEWS.d/next/IDLE/2019-02-23-22-31-20.bpo-24310.j_vJQl.rst b/Misc/NEWS.d/next/IDLE/2019-02-23-22-31-20.bpo-24310.j_vJQl.rst new file mode 100644 index 000000000000000..12ac99022aebd40 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-02-23-22-31-20.bpo-24310.j_vJQl.rst @@ -0,0 +1 @@ +IDLE -- Document settings dialog font tab sample.