Hot Damn! Is that what is happening! I've been experiencing this with SublimeText and VSCode! I've taken screenshots, and a video, but had not submitted any bug reports yet. Whenever I make a new file, say 'foo.html.haml' the system will append .h to the file. I'd guessed it was a system wide issue, and uninstalled the new XCode just on the off chance, but that made no difference. Maybe Apple should have held back th…
Sublime text started adding a “.s” to new files
31–40 of 138 posts
Re: Sublime text started adding a “.s” to new files
#32Earlier quoted context omitted.
It bonkers isnt it! Do none of Apple's developer team use any other editor at anytime other than XCode! How was this not picked up in beta testing!? Here's another gripe: The tiling feature maddens me! You cant disable it completely or remap the key bindings. Did anyone at Apple even test this using a full size Magic Keyboard? Using the FN key to move windows is fine when the key is down next to the Control key. Whic…
To answer your questions, no, they do not use an editor that isn't Xcode. And I would also suspect none of them use desktop macs daily and instead use macbooks.
I didn’t think they’d be using Mac minis, Studios or Pros as such.
They can’t all be using the little mini Magic Keyboard or working directly on their laptops?
Can they…. :-O
Re: Sublime text started adding a “.s” to new files
#33I will never understand how a bunch of technically-inclined people can look at an obvious bug and think it was put in intentionally.
Re: Sublime text started adding a “.s” to new files
#34Re: Sublime text started adding a “.s” to new files
#35I've recently come across a spectacular number of regressions on my M3 Max MacBook Pro, Sequoia as well as previous versions included. The most workflow breaking one (which really tempts me to throw the computer out of the closest window I can find in the room) is a Safari bug that basically randomly fails to open any website with a > Safari can't open the page. The error is: "The operation couldn't be completed. No…
Re: Sublime text started adding a “.s” to new files
#36My guess, having never used OSX: 1. In the save dialog, filetype can determined in multiple ways (maybe selected from a dropdown, or be set by the program opening the dialog) and not necessarily just inferred from user-entered filename 2. So when returning the path to the program, it appends the filetype's extension to the path iff it doesn't already end in it (so user can enter just `notes` and file gets saved as `n…
It's just a bug. The system save panel (NSSavePanel) is only supposed to infer the file extension when it has been given a list of supported file types/extensions. If the user does not specify a file extension, NSSavePanel will use the first extension in the supported list. If the user specifies an unsupported extension, they see an error message. Text editors like VSCode and Sublime Text would configure NSSavePanel…
It's an unforgivable bug.
File save dialogs have been around for decades. There's no reason whatsoever to not have very extensive unit and integration tests around it.
Re: Sublime text started adding a “.s” to new files
#37I've recently come across a spectacular number of regressions on my M3 Max MacBook Pro, Sequoia as well as previous versions included. The most workflow breaking one (which really tempts me to throw the computer out of the closest window I can find in the room) is a Safari bug that basically randomly fails to open any website with a > Safari can't open the page. The error is: "The operation couldn't be completed. No…
What's your particular use case to keep using Safari if it's not working for you and there are alternatives available?
iOS Safari dev tools
Testing for compatibility
Re: Sublime text started adding a “.s” to new files
#38Re: Sublime text started adding a “.s” to new files
#39Re: Sublime text started adding a “.s” to new files
#40Xcode's new autocomplete is pretty awful. It tries to be smart, but keeps hallucinating nonexistent API methods, and makes up stuff from my own codebase.