code
code copied to clipboard
improve handling file changes on disk
Case:
- open a text file
- change file name
- Code informs the file has been deleted
Improvement suggestion:
- change the message to "file has been deleted, moved or renamed" or
- notice the file has been renamed and ask if code should open the renamed file
The first suggestion sounds easy enough to implement. The latter sounds more ideal but more involved. :smile: I'll get a PR together for the first though!