-
-
Notifications
You must be signed in to change notification settings - Fork 447
File extension defaulting to txt on macOS 15 #1761
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
Comments
Thank you for the report. |
I recently investigated this issue again and conclude that this is due to a change on the part of the framework provided by Apple on macOS 15. Unfortunately, it seems there is no way to fix the current behavior by a 3rd party developer. |
Filed FB16863615. |
Recently, I received an answer from Apple regarding this issue. |
Description
Follow-up on closed issue: #1396
When saving a file without any extension,
.txt
is automatically appended. There appears to be no option to disable this behavior.The file format does not appear to influence this behavior. For instance, saving a Dockerfile as "Dockerfile" even when the file format is set to "Dockerfile" in CotEditor results in the file being saved as "Dockerfile.txt".
In contrast, TextEdit offers a toggle to disable the automatic addition of the ".txt" extension on save. Would it be possible to implement a similar logic in CotEditor?
To Reproduce
Untitled
Untitled.txt
Expected behavior
No response
CotEditor version
5.0.4
macOS version
15.1 (24B83)
Additional context
No response
The text was updated successfully, but these errors were encountered: