diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2024-02-23 02:15:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-23 02:15:39 (GMT) |
commit | b48101864c724a7eab41a6878a836f38e54e04fb (patch) | |
tree | 3160877dd8d78e1ef422fbea82f34b34b1da03b7 /Misc/NEWS.d | |
parent | 4ee6bdfbaa792a3aa93c65c2022a89bd2d1e0894 (diff) | |
download | cpython-b48101864c724a7eab41a6878a836f38e54e04fb.zip cpython-b48101864c724a7eab41a6878a836f38e54e04fb.tar.gz cpython-b48101864c724a7eab41a6878a836f38e54e04fb.tar.bz2 |
gh-88516: show file proxy icon in IDLE editor windows on macOS (#112894)
The platform standard on macOS is to show a proxy icon for open
files in the titlebar of Windows. Make sure IDLE matches this
behaviour.
Don't use both the long and short names in the window title.
The behaviour of other editors (such as Text Editor) is to show
only the short name with the proxy icon.
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2023-12-09-11-04-26.gh-issue-88516.SIIvfs.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2023-12-09-11-04-26.gh-issue-88516.SIIvfs.rst b/Misc/NEWS.d/next/IDLE/2023-12-09-11-04-26.gh-issue-88516.SIIvfs.rst new file mode 100644 index 0000000..b6dea50 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2023-12-09-11-04-26.gh-issue-88516.SIIvfs.rst @@ -0,0 +1,2 @@ +On macOS show a proxy icon in the title bar of editor windows to match +platform behaviour. |