You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renaming a document open in ST, via Terminal, Finder, whatever, doesn't automatically update the path for the open document. This is rock bottom basic macOS functionality offered by NSDocument and very surprising and annoying that it doesn't work in this app.
Steps to reproduce
Create ~/Documents/foo.txt.
Open in ST (I did it via the subl command line tool).
In Finder, rename the document to bar.txt.
The document's path in ST is not correctly updated.
Expected behavior
The document's path should be updated based on the NSFilePresenter conformance receiving the change notification (or better yet, just using NSDocument, which will do it automatically)
Actual behavior
The document is marked as edited. Incredibly bizarre deviation from platform norms.
Sublime Text build number
4192
Operating system & version
macOS 15.1.1 (24B91)
(Linux) Desktop environment and/or window manager
No response
Additional information
No response
OpenGL context information
The text was updated successfully, but these errors were encountered:
Description of the bug
Renaming a document open in ST, via Terminal, Finder, whatever, doesn't automatically update the path for the open document. This is rock bottom basic macOS functionality offered by NSDocument and very surprising and annoying that it doesn't work in this app.
Steps to reproduce
Expected behavior
The document's path should be updated based on the NSFilePresenter conformance receiving the change notification (or better yet, just using NSDocument, which will do it automatically)
Actual behavior
The document is marked as edited. Incredibly bizarre deviation from platform norms.
Sublime Text build number
4192
Operating system & version
macOS 15.1.1 (24B91)
(Linux) Desktop environment and/or window manager
No response
Additional information
No response
OpenGL context information
The text was updated successfully, but these errors were encountered: