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

Merged
merged 4 commits into from
Feb 23, 2024

Commits on Dec 9, 2023

  1. pythongh-88516: show file proxy icon in IDLE editor windows on macOS

    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.
    ronaldoussoren committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    079437d View commit details
    Browse the repository at this point in the history
  2. 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.
    ronaldoussoren committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    37295a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1611a59 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Apply suggestions from code review

    Co-authored-by: Terry Jan Reedy <[email protected]>
    ronaldoussoren and terryjreedy authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    b27b374 View commit details
    Browse the repository at this point in the history