Community
    • Login

    N++ loses touch with open files if network goes down

    Scheduled Pinned Locked Moved General Discussion
    2 Posts 2 Posters 1.7k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Rowan Sylvester-BradleyR
      Rowan Sylvester-Bradley
      last edited by

      I find it a nuisance that if the network connection between my PC and my file server stops working (which it periodically does), N++ asks me for every single file that is open “The file <filepath> doesn’t exist any more. Keep this file in editor? Yes|No”.
      It does this whether I have changed the file or not, so I have no idea what data I am losing if I click Yes, or how many redundant file copies I am making if I select No.
      Why can’t N++ re-establish connection with the file server once the network is restored (assuming of course that the original files are still there in the same place), and avoid this? And/or why can’t it remember which files have been changed, and only prompt me to save the ones that have been changed?

      Thanks - Rowan

      1 Reply Last reply Reply Quote 0
      • gstaviG
        gstavi
        last edited by

        Consider modifying:
        Preferences -> MISC -> File Status Auto-Detection
        Clear Enable checkbox.

        Notepad++ is not really aware of network. It just work with file paths.
        When the file at its path is modified or no longer valid Notepad++ reacts - if you choose so.
        Many users/developers manipulate the same set of files with multiple applications so this is convenient to allow Notepad++ to accept external modifications and keep files in synch. But others can choose to turn it off.

        In fact other users complained about a much more annoying problem: Notepad++ tend to hang when Network connections are flaky.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors