summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2021-05-02-20-25-53.bpo-37903.VQ6VTU.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2021-05-02-20-25-53.bpo-37903.VQ6VTU.rst b/Misc/NEWS.d/next/IDLE/2021-05-02-20-25-53.bpo-37903.VQ6VTU.rst
new file mode 100644
index 0000000..28b11e6
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2021-05-02-20-25-53.bpo-37903.VQ6VTU.rst
@@ -0,0 +1,4 @@
+Add mouse actions to the shell sidebar. Left click and optional drag
+selects one or more lines, as with the editor line number sidebar. Right
+click after selecting raises a context menu with 'copy with prompts'. This
+zips together prompts from the sidebar with lines from the selected text.