X Tutup
The Wayback Machine - https://web.archive.org/web/20240106171145/https://github.com/python/cpython/pull/112894
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-88516: show file proxy icon in IDLE editor windows on macOS #112894

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ronaldoussoren
Copy link
Contributor

@ronaldoussoren ronaldoussoren commented Dec 9, 2023

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.

Also:

  • Maintain the right window modification status for editor windows ("dot" in the close indicator for unsaved files)
  • Don't show both the short and long (file) name to match platform behaviour with other editors.

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.
The behaviour of other editors (such as Text Editor) is to show
only the short name with the proxy icon.
@ronaldoussoren
Copy link
Contributor Author

@terryjreedy, could you please review this PR?

I'd prefer to merge this because this improves IDLE on macOS without big changes from cross-platform behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant
X Tutup