[svn] r7508: vs-plugin/trunk:
Nemerle.Compiler.Utils/Nemerle.Completion2/CompilerConcreteDefinitions/Intel...
VladD2
svnadmin at nemerle.org
Fri Mar 2 06:08:21 CET 2007
Log:
Work on ProjectReference.
Author: VladD2
Date: Fri Mar 2 06:08:17 2007
New Revision: 7508
Modified:
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CompilerConcreteDefinitions/IntelliSenseModeLibraryReferenceManager.n
vs-plugin/trunk/Nemerle.VsIntegration/Project/ProjectInfo.cs
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CompilerConcreteDefinitions/IntelliSenseModeLibraryReferenceManager.n
==============================================================================
Files vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CompilerConcreteDefinitions/IntelliSenseModeLibraryReferenceManager.n (original) and vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CompilerConcreteDefinitions/IntelliSenseModeLibraryReferenceManager.n Fri Mar 2 06:08:17 2007 differ
Modified: vs-plugin/trunk/Nemerle.VsIntegration/Project/ProjectInfo.cs
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Project/ProjectInfo.cs (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Project/ProjectInfo.cs Fri Mar 2 06:08:17 2007
@@ -162,6 +162,7 @@
string path = Path.GetDirectoryName(filePath);
string name = Path.GetFileName(filePath);
FileSystemWatcher watcher = new FileSystemWatcher(path, name);
+ watcher.NotifyFilter = NotifyFilters.LastWrite;
watcher.Changed += watcher_Changed;
_assembleReferenceWatchers.Add(watcher);
watcher.EnableRaisingEvents = true;
More information about the svn
mailing list