@@ -567,14 +567,14 @@ bpo-33679: Enable theme-specific color configuration for Code Context.
567
567
color setting, default or custom, on the extensions tab, that applied
568
568
to all themes.) For built-in themes, the foreground is the same as
569
569
normal text and the background is a contrasting gray. Context colors for
570
- custom themes are set on the Hightlights tab along with other colors.
570
+ custom themes are set on the Highlights tab along with other colors.
571
571
When one starts IDLE from a console and loads a custom theme without
572
572
definitions for 'context', one will see a warning message on the
573
573
console.
574
574
575
575
bpo-33642: Display up to maxlines non-blank lines for Code Context.
576
576
If there is no current context, show a single blank line. (Previously,
577
- the Code Contex had numlines lines, usually with some blank.) The use
577
+ the Code Context had numlines lines, usually with some blank.) The use
578
578
of a new option, 'maxlines' (default 15), avoids possible interference
579
579
with user settings of the old option, 'numlines' (default 3).
580
580
@@ -728,7 +728,7 @@ not affect their keyset-specific customization after 3.6.3. and vice
728
728
versa.
729
729
Initial patch by Charles Wohlganger, revised by Terry Jan Reedy.
730
730
731
- bpo-31051: Rearrange condigdialog General tab.
731
+ bpo-31051: Rearrange configdialog General tab.
732
732
Sort non-Help options into Window (Shell+Editor) and Editor (only).
733
733
Leave room for the addition of new options.
734
734
Patch by Terry Jan Reedy.
0 commit comments