-
Notifications
You must be signed in to change notification settings - Fork 40
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
correctly handle files moved outside sublimetext #73
Comments
Tbh I have not seen this behavior before in any editor and I don't even know if you actually can watch on these kind of file events. But well, looks like a valid concern. And maybe you can even implement this as a plugin. |
On OS X, pretty much every other app does this correctly, which makes it even more annoying when Sublime doesn't. |
I confirm it's a standard feature in MacOSX. (at least I thought it was standard and OS-level until I saw Sublime not supporting it) |
I was looking for a solution to the same problem.
To use it, create a folder with any name under under Data\Packages and place the .py file in that folder. |
this may not be desired behavior, there should always be an option to let user know a file was deleted/moved/changed in case he wants to see the old version |
smultron and other editors correctly handle files moved outside of the application, it would be nice if sublimetext did too.
use case:
file a.txt opened in a ST tab.
mv a.txt a2.txt (in a terminal)
The text was updated successfully, but these errors were encountered: