-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Change window title to Preference Pane title #15
Comments
I have seen it, but I have intentionally ignored it. I personally don't think it makes much sense to repeat the tab title in the window title. It's already clear which tab it's on. I was kinda hoping no one would notice 😝 Also, a lot of Apple's apps and even macOS don't follow the HIG entirely. But I guess we should do this to follow the HIG... |
This makes the window title unusably generic in the window list. It will just show "General", which does not make it clear that the window is a preference window... |
We also need to take into account this:
|
Some observations:
Xcode.app shows the tab as the window title, but then modifies the "Window" menu to show "Preferences - General", admitting that the tab title is not clear enough of a window title. Apple, as usual, has such a double standard. They expect third-party apps to follow their HIG, but they couldn't care less to follow it themselves. I have filed a Radar: https://openradar.appspot.com/radar?id=5029274855669760 |
Wow, good detective work :) I wonder what their response is going to be. I actually like how Xcode prepends "Preferences - " to the window title list best, just to add my 2¢. |
Me too.
As with 95% of my the radars I submit, probably none... Should we rename |
I didn't find a way to implement the nice addition of After all, Xcode's window list does look different from e.g. Finder's: That's a strong indicator for me that they replaced the system default functionality. Or we set the window title to |
That actually makes more sense, as you would want to improved title in the window list and mission control too. But I think we should think about the problem a little bit more before implementing this, and it should obviously be opt-in. |
Inspecting Xcode windows, it actually does not use the |
Found this advice in the HIG today: https://developer.apple.com/design/human-interface-guidelines/macos/app-architecture/preferences/
So maybe after #6 is merged,
PreferencePane.toolbarTitle
to simplytitle
orpreferencePaneTitle
This also makes #12 obsolete.
The text was updated successfully, but these errors were encountered: