Anders - 2014-02-27
  • Description has changed:

Diff:

--- old
+++ new
@@ -1,3 +1,3 @@
-When typing a string like "\\foo\bar\baz" in the destination field there is a huge amount of lag that locks the UI because is_valid_instpath() and GetDiskFreeSpace[Ex]() are doing I/O.
+When typing a string like "\\\\foo\bar\baz" in the destination field there is a huge amount of lag that locks the UI because is_valid_instpath() and GetDiskFreeSpace[Ex]() are doing I/O.

 This patch creates a new thread for every EN_CHANGE, it is probably better to just create a new thread if the root changed but then we would have to deal with UNC symlinks.