Skip to content
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

[TODO] Is this usable for external file moving detection in SublimeText? #158

Closed
timotheecour opened this issue Jan 27, 2017 · 2 comments
Closed

Comments

@timotheecour
Copy link

timotheecour commented Jan 27, 2017

Is this usable for external file moving detection in SublimeText?

Specifically, is this supported:

  • usable as a library in C or C++ (looks like it is)
  • allow only watching renames / deletions
  • allow monitoring individual files and following them as they are renamed

Doc for libfswatch seems more limited than fswatch

@emcrisostomo
Copy link
Owner

Hi @timotheecour, sorry for the belated answer. Yes it should be usable for that case.

@timotheecour timotheecour changed the title Is this usable for external file moving detection in SublimeText? [TODO] Is this usable for external file moving detection in SublimeText? Jul 19, 2018
@opsidjflksdf
Copy link

I was looking for a solution to the same problem.
I came across this (not my code):
https://github.com/russelldavis/sublime-detect-deleted-files

  • it closes tabs for which the file has been deleted (or renamed/moved away), or shows a warning (and not close) if there have been changes. It's a bit rough around the edges, the dialog shows up multiple times, can probably be improved, but overall it seems like it's on the right track.

To use it, create a folder with any name under under Data\Packages and place the .py file in that folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants