Skip to content

Commit 08a1b13

Browse files
bpo-33610: Update IDLE Code Context doc entry (GH-7597)
Users can now click on context lines. (cherry picked from commit af4b013) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 969759e commit 08a1b13

File tree

2 files changed

+208
-203
lines changed

2 files changed

+208
-203
lines changed

Doc/library/idle.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ Configure IDLE
274274

275275
Code Context (toggle)(Editor Window only)
276276
Open a pane at the top of the edit window which shows the block context
277-
of the code which has scrolled above the top of the window.
277+
of the code which has scrolled above the top of the window. Clicking a
278+
line in this pane exposes that line at the top of the editor.
278279

279280
Window menu (Shell and Editor)
280281
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)