-
Notifications
You must be signed in to change notification settings - Fork 310
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
Terminate Xcodes app after last window closed #621
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Kyle-Ye Thanks for the PR!
I'm ok adding this in if a setting gets put inside of Setting > General
with the default being not to do this. Thanks
@Kyle-Ye I'm for not having multi window as we don't need it, however I don't want Xcodes to close on X with this change to |
Got it. But if we do not want multi window support. The
If the app does not have multi windows support, the default behavior is terminate the app after last window is closed. But we can override the behavior with override eg.
2️⃣. Multi Windows support with the option to terminate on when last window is closed: (
3️⃣. Without multi Windows support: (
4️⃣. Without multi Windows support and do not terminate: (
The round 1 review suggestion seems is using method 2️⃣. And the latest commits of the PR is using method 3️⃣. IIUC, you are suggesting we should use method 4️⃣? |
1 window (No ⌘ N support) Correct. 4️⃣ would be the preference with |
Got it. But the default OS behavior would be close (The same as we return So I should use 4️⃣ with |
Update method 4️⃣ implementation with the I am not familiar with all language Xcodes support. (Only add localization for language I know.) Do I need to use some AI service/translator to translate the new LocalizedString keys here? I can see |
@Kyle-Ye for the keys you've added, please paste the English translation to each language in the value. The app isn't hooked up to any automated translation service, so we rely on the community to see the English in their app and make PR's. Without adding the default translation other languages see the key as the value. |
Done. Also fix another tiny issue for pl Localization. |
Move from advanced pane into general
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Kyle-Ye thanks for your time and going back and forth on this!
Close #620