-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
Description
Open a file from a network share (\\comp\share\file.txt) or from a mapped network drive (z:\file.txt). Set File Change Notification to Display or Reload. Open another instance on the same file (Alt+N), set it there too. Now save (Ctrl+S) in any instance.
Expected: you see a message. Actual: no message appears.
Note that if you have Single File Instance enabled and try to open the same file from Explorer, Notepad 2e doesn't open (as expected) but only switches to one of the running instances. So it does properly recognize what "file" it has opened.
Even if you don't have other computers you can use standard Windows administrative shares (\\this_comp_name\c$\file.txt) or use a VM.
Perhaps this should be fixed/refactored together with #129.