]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35555: IDLE: Gray out Code Context menu item on non-editors (GH-11282) (GH-11300)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 23 Dec 2018 22:14:59 +0000 (14:14 -0800)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 23 Dec 2018 22:14:59 +0000 (17:14 -0500)
commitd4f7616da3c9aa870e9e2580e1019d6a62173e12
tree944e0ad765415449e8f6bcc98dc12ef929adbe12
parent3d4b4b80f290e622b05ca219ad6dabc07b49421a
bpo-35555: IDLE: Gray out Code Context menu item on non-editors (GH-11282) (GH-11300)

The Code Context menu item only works on Editor windows so disable it for others.
(cherry picked from commit 8874f511e7473b08d6b0ccd9261dd415a072a34d)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Lib/idlelib/NEWS.txt
Lib/idlelib/outwin.py
Misc/NEWS.d/next/macOS/2018-12-21-18-44-30.bpo-35555.M58_K3.rst [new file with mode: 0644]