diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2018-06-10 19:48:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-10 19:48:41 (GMT) |
commit | af4b0130d44bf8a1ff4f7b46195d1dc79add444a (patch) | |
tree | 3fea1fb9cfdcdb138ae6b32c3ea72da6a4e6f09c /Doc | |
parent | 820c53ac612e9c4b3cb3e831537a15d5e953bbc0 (diff) | |
download | cpython-af4b0130d44bf8a1ff4f7b46195d1dc79add444a.zip cpython-af4b0130d44bf8a1ff4f7b46195d1dc79add444a.tar.gz cpython-af4b0130d44bf8a1ff4f7b46195d1dc79add444a.tar.bz2 |
bpo-33610: Update IDLE Code Context doc entry (GH-7597)
Users can now click on context lines.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/idle.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index af15359..58e6193 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -274,7 +274,8 @@ Configure IDLE Code Context (toggle)(Editor Window only) Open a pane at the top of the edit window which shows the block context - of the code which has scrolled above the top of the window. + of the code which has scrolled above the top of the window. Clicking a + line in this pane exposes that line at the top of the editor. Window menu (Shell and Editor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |