[svn] r6565: vs-plugin/trunk/Nemerle.VsIntegration/NemerleScanner.cs

NoiseEHC svnadmin at nemerle.org
Sun Aug 20 17:19:09 CEST 2006


Log:


Author: NoiseEHC
Date: Sun Aug 20 17:19:08 2006
New Revision: 6565

Modified:
   vs-plugin/trunk/Nemerle.VsIntegration/NemerleScanner.cs

Modified: vs-plugin/trunk/Nemerle.VsIntegration/NemerleScanner.cs
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/NemerleScanner.cs	(original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/NemerleScanner.cs	Sun Aug 20 17:19:08 2006
@@ -95,7 +95,7 @@
 			tokenInfo.EndIndex = tok.EndPos;
 
 			// Nemerle lexer counts columns from 0, and the EndPos is inclusive. That is VS expects.
-			System.Diagnostics.Trace.WriteLine(string.Format("{0},{1} : {2} = '{3}'", tok.StartPos, tok.EndPos, tok.Token.ToString(), _laststring.Substring(tok.StartPos, tok.EndPos - tok.StartPos + 1)));
+			//System.Diagnostics.Trace.WriteLine(string.Format("{0},{1} : {2} = '{3}'", tok.StartPos, tok.EndPos, tok.Token.ToString(), _laststring.Substring(tok.StartPos, tok.EndPos - tok.StartPos + 1)));
 
 			//TODO: it has to handle # (pragma, region, etc)
 



More information about the svn mailing list