summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-06-07 23:11:41 (GMT)
committerGitHub <noreply@github.com>2018-06-07 23:11:41 (GMT)
commitbed523ba03c4525c9c79a6df700284b6c43024b3 (patch)
treea07a747c6aa5ffbd33b3173109a50c5f7ddc9455 /Misc
parent79790bc35fe722a49977b52647f9b5fe1deda2b7 (diff)
downloadcpython-bed523ba03c4525c9c79a6df700284b6c43024b3.zip
cpython-bed523ba03c4525c9c79a6df700284b6c43024b3.tar.gz
cpython-bed523ba03c4525c9c79a6df700284b6c43024b3.tar.bz2
bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-05-24-20-42-44.bpo-33642.J0VQbS.rst11
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-05-29-07-14-37.bpo-33679.MgX_Ui.rst15
2 files changed, 5 insertions, 21 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-05-24-20-42-44.bpo-33642.J0VQbS.rst b/Misc/NEWS.d/next/IDLE/2018-05-24-20-42-44.bpo-33642.J0VQbS.rst
index d8ecb39..b1d0763 100644
--- a/Misc/NEWS.d/next/IDLE/2018-05-24-20-42-44.bpo-33642.J0VQbS.rst
+++ b/Misc/NEWS.d/next/IDLE/2018-05-24-20-42-44.bpo-33642.J0VQbS.rst
@@ -1,9 +1,2 @@
-IDLE: Only display actual code context lines.
-Instead of displaying a fixed number of lines, some blank, Code Context
-now displays the variable number of actual context lines. When there
-are no context lines, it shows a single blank line to indicate that the
-feature is turned on.
-
-The Code Context configuration option is changed from 'numlines'
-(default 3) to 'maxlines' (default 15) to avoid possible interference
-between user settings for the old and new versions of Code Context.
+Display up to maxlines non-blank lines for Code Context.
+If there is no current context, show a single blank line.
diff --git a/Misc/NEWS.d/next/IDLE/2018-05-29-07-14-37.bpo-33679.MgX_Ui.rst b/Misc/NEWS.d/next/IDLE/2018-05-29-07-14-37.bpo-33679.MgX_Ui.rst
index 43d78b0..2d52fa8 100644
--- a/Misc/NEWS.d/next/IDLE/2018-05-29-07-14-37.bpo-33679.MgX_Ui.rst
+++ b/Misc/NEWS.d/next/IDLE/2018-05-29-07-14-37.bpo-33679.MgX_Ui.rst
@@ -1,12 +1,3 @@
-IDLE: Re-enable color configuration for Code Context.
-The difference from before is that the settings are now on the
-Highlights tab instead of the Extensions tab and only change one theme
-at a time instead of all themes. The default for light themes is black
-on light gray, as before. The default for the IDLE Dark theme is white
-on dark gray, which better fits the dark theme.
-
-When one starts IDLE from a console and loads a custom theme without
-definitions for 'context', one will see a warning message on the console.
-To stop the warning, go to Options => Configure IDLE => Highlights,
-select the custom theme if not selected already, select 'Code Context',
-and select foreground and background colors.
+Enable theme-specific color configuration for Code Context.
+Use the Highlights tab to see the setting for built-in themes
+or add settings to custom themes.