File tree Expand file tree Collapse file tree 4 files changed +17
-1
lines changed Expand file tree Collapse file tree 4 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -852,6 +852,13 @@ Non-default user settings are saved in a .idlerc directory in the user's
852852home directory. Problems caused by bad user configuration files are solved
853853by 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+
855862On the Highlights and Keys tab, select a built-in or custom color theme
856863and key set. To use a newer built-in color theme or key set with older
857864IDLEs, save it as a new custom theme or key set and it well be accessible
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Released on 2019-10-20?
33======================================
44
55
6+ bpo-24310: Document settings dialog font tab sample.
7+
68bpo-35689: Add docstrings and tests for colorizer.
79
810bpo-35833: Revise IDLE doc for control codes sent to Shell.
Original file line number Diff line number Diff line change @@ -788,6 +788,12 @@ <h2>Help and preferences<a class="headerlink" href="#help-and-preferences" title
788788Non-default user settings are saved in a .idlerc directory in the user’s
789789home directory. Problems caused by bad user configuration files are solved
790790by 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
792798and key set. To use a newer built-in color theme or key set with older
793799IDLEs, 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
Original file line number Diff line number Diff line change 1+ IDLE -- Document settings dialog font tab sample.
You can’t perform that action at this time.
0 commit comments