[svn]
r6941: vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs
IT
svnadmin at nemerle.org
Sat Nov 18 20:34:33 CET 2006
Log:
Fixed colorizing.
Author: IT
Date: Sat Nov 18 20:34:31 2006
New Revision: 6941
Modified:
vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs
Modified: vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs Sat Nov 18 20:34:31 2006
@@ -538,7 +538,7 @@
return VSConstants.E_NOTIMPL;
// AKhropov: looks like it's more appropriate
- // IT: No, it is not.
+ // IT: No, it is not. It makes the integration not working.
//guidLanguageService = Utils.GetService<NemerleLanguageService>(Site).GetLanguageServiceGuid();
//return VSConstants.S_OK;
}
More information about the svn
mailing list