bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500) · python/cpython@bed523b (original) (raw)
2 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,2 @@ | ||
1 | -IDLE: Only display actual code context lines. | |
2 | -Instead of displaying a fixed number of lines, some blank, Code Context | |
3 | -now displays the variable number of actual context lines. When there | |
4 | -are no context lines, it shows a single blank line to indicate that the | |
5 | -feature is turned on. | |
6 | - | |
7 | -The Code Context configuration option is changed from 'numlines' | |
8 | -(default 3) to 'maxlines' (default 15) to avoid possible interference | |
9 | -between user settings for the old and new versions of Code Context. | |
1 | +Display up to maxlines non-blank lines for Code Context. | |
2 | +If there is no current context, show a single blank line. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
1 | -IDLE: Re-enable color configuration for Code Context. | |
2 | -The difference from before is that the settings are now on the | |
3 | -Highlights tab instead of the Extensions tab and only change one theme | |
4 | -at a time instead of all themes. The default for light themes is black | |
5 | -on light gray, as before. The default for the IDLE Dark theme is white | |
6 | -on dark gray, which better fits the dark theme. | |
7 | - | |
8 | -When one starts IDLE from a console and loads a custom theme without | |
9 | -definitions for 'context', one will see a warning message on the console. | |
10 | -To stop the warning, go to Options => Configure IDLE => Highlights, | |
11 | -select the custom theme if not selected already, select 'Code Context', | |
12 | -and select foreground and background colors. | |
1 | +Enable theme-specific color configuration for Code Context. | |
2 | +Use the Highlights tab to see the setting for built-in themes | |
3 | +or add settings to custom themes. |