Recently notepad++ seems to be very slow when dealing with files that are located on a network share.

I am editing small files (e.g. web.config) and it is slow to:

  • Initially open a file on a network share.
  • Switch tabs back to a file on a network share.
  • Switch back to notepad++ after using another application.

My guess is when switching tabs back to a network file it tries to check if someone else has modified the file (I could live with turning this off and it could check on save).

I am on a "fast" local network and have only noticed this problem recently.

My local PC is Windows 7 Enterprise and the servers are Windows Server 2003 and 2008.

link|improve this question
feedback

1 Answer

I ran into this exact issue. After asking around and doing some experimentation it seems to be related to Notepad++'s "File Status Auto-Detection" routines. I noticed that the more files from network shares that I had open the slower the UI would be to respond when receiving focus. I resolved this by disabling "File Status Auto-Detection". Perhaps not an optimal solution for all environments. Now I just wish there were a one button or keyboard shortcut option to check to see if the file has been changed since it was opened.

link|improve this answer
I have actually had this option disabled for a while now and it still exhibits the problem. – row1 Apr 26 at 4:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.