]> granicus.if.org Git - python/commit
bpo-35555: IDLE: Gray out Code Context menu item on non-editors (#11282)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Sun, 23 Dec 2018 21:26:53 +0000 (16:26 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 23 Dec 2018 21:26:53 +0000 (16:26 -0500)
commit8874f511e7473b08d6b0ccd9261dd415a072a34d
tree47e3c13b198f208b413d17de9264e56015be7e22
parent44a3ee07e30e18d83e2730c093d8b0e930f0a06c
bpo-35555: IDLE: Gray out Code Context menu item on non-editors (#11282)

The Code Context menu item only works on Editor windows so disable it for others.
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]