bpo-24310: Document IDLE settings dialog font tab sample (GH-12007) · python/cpython@38aea41 (original) (raw)
4 files changed
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 | ||
852 | 852 | home directory. Problems caused by bad user configuration files are solved |
853 | 853 | by editing or deleting one or more of the files in .idlerc. |
854 | 854 | |
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 | + | |
855 | 862 | On the Highlights and Keys tab, select a built-in or custom color theme |
856 | 863 | and key set. To use a newer built-in color theme or key set with older |
857 | 864 | IDLEs, 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-??-?? | ||
3 | 3 | ====================================== |
4 | 4 | |
5 | 5 | |
6 | +bpo-24310: Document settings dialog font tab sample. | |
7 | + | |
6 | 8 | bpo-35689: Add docstrings and tests for colorizer. |
7 | 9 | |
8 | 10 | bpo-35833: Revise IDLE doc for control codes sent to Shell. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -788,6 +788,12 @@ Help and preferences<a class="headerlink" href="#help-and-preferences" title |
||
788 | 788 | Non-default user settings are saved in a .idlerc directory in the user’s |
789 | 789 | home directory. Problems caused by bad user configuration files are solved |
790 | 790 | 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> | |
791 | 797 | <p>On the Highlights and Keys tab, select a built-in or custom color theme |
792 | 798 | and key set. To use a newer built-in color theme or key set with older |
793 | 799 | IDLEs, save it as a new custom theme or key set and it well be accessible |
@@ -937,7 +943,7 @@ Navigation |
||
937 | 943 | |
938 | 944 | |
939 | 945 | |
940 | - Last updated on Feb 08, 2019. | |
946 | + Last updated on Feb 23, 2019. | |
941 | 947 | <a href="Found" title="undefined" rel="noopener noreferrer">https://docs.python.org/3/bugs.html"\>Found a bug</a>? |
942 | 948 | |
943 | 949 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 | +IDLE -- Document settings dialog font tab sample. |