I would like to be notified in my plugin whenever an active file or folder is:
- created
- renamed
- moved
- deleted
I know that on_new might be useful for notifications of creating new files but I am wondering about the others.
If a file or folder is moved I would also like to know where it was before the move and where it is after.
Is this info available from the sublime API (in a platform independent way)? Any suggestions would be appreciated.