diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-12-23 21:26:53 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2018-12-23 21:26:53 (GMT) |
commit | 8874f511e7473b08d6b0ccd9261dd415a072a34d (patch) | |
tree | 47e3c13b198f208b413d17de9264e56015be7e22 /Misc/NEWS.d | |
parent | 44a3ee07e30e18d83e2730c093d8b0e930f0a06c (diff) | |
download | cpython-8874f511e7473b08d6b0ccd9261dd415a072a34d.zip cpython-8874f511e7473b08d6b0ccd9261dd415a072a34d.tar.gz cpython-8874f511e7473b08d6b0ccd9261dd415a072a34d.tar.bz2 |
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.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2018-12-21-18-44-30.bpo-35555.M58_K3.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2018-12-21-18-44-30.bpo-35555.M58_K3.rst b/Misc/NEWS.d/next/macOS/2018-12-21-18-44-30.bpo-35555.M58_K3.rst new file mode 100644 index 0000000..0939195 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2018-12-21-18-44-30.bpo-35555.M58_K3.rst @@ -0,0 +1 @@ +Gray out Code Context menu entry when it's not applicable. |