@@ -962,8 +962,10 @@ It is used when ``http.server`` is run with ``-m``.
962
962
idlelib and IDLE
963
963
----------------
964
964
965
+ Multiple fixes for autocompletion. (Contributed by Louie Lu in :issue: `15786 `.)
966
+
965
967
Module Browser (on the File menu, formerly called Class Browser),
966
- now displays nested functions and classed in addition to top-level
968
+ now displays nested functions and classes in addition to top-level
967
969
functions and classes.
968
970
(Contributed by Guilherme Polo, Cheryl Sabella, and Terry Jan Reedy
969
971
in :issue: `1612262 `.)
@@ -975,14 +977,20 @@ to improve both appearance and function.
975
977
The font sample now includes a selection of non-Latin characters so that
976
978
users can better see the effect of selecting a particular font.
977
979
(Contributed by Terry Jan Reedy in :issue: `13802 `.)
978
- The sample can be edited to test other characters.
980
+ The sample can be edited to include other characters.
979
981
(Contributed by Serhiy Storchaka in :issue: `31860 `.)
980
982
981
983
The IDLE features formerly implemented as extensions have been reimplemented
982
984
as normal features. Their settings have been moved from the Extensions tab
983
985
to other dialog tabs.
984
986
(Contributed by Charles Wohlganger and Terry Jan Reedy in :issue: `27099 `.)
985
987
988
+ Editor code context option revised. Box displays all context lines up to
989
+ maxlines. Clicking on a context line jumps the editor to that line. Context
990
+ colors for custom themes is added to Highlights tab of Settings dialog.
991
+ (Contributed by Cheryl Sabella and Terry Jan Reedy in :issue: `33642 `,
992
+ :issue: `33768 `, and :issue: `33679 `,
993
+
986
994
The changes above have been backported to 3.6 maintenance releases.
987
995
988
996
0 commit comments