[svn] r7829: vs-plugin/trunk: . Nemerle.VsIntegration/LanguageService/NemerleSource.cs

kliss svnadmin at nemerle.org
Sat Oct 27 19:29:51 CEST 2007


Log:
Temporarily disable handling of paired symbols



Author: kliss
Date: Sat Oct 27 19:29:49 2007
New Revision: 7829

Modified:
   vs-plugin/trunk/   (props changed)
   vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleSource.cs

Modified: vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleSource.cs
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleSource.cs	(original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleSource.cs	Sat Oct 27 19:29:49 2007
@@ -291,7 +291,7 @@
 			TokenInfo tokenBeforeCaret = GetTokenInfo(line, idx);
 			TokenInfo tokenAfterCaret = GetTokenInfo(line, idx + 1);
 
-			HandlePairedSymbols(textView, command, line, idx, ch);
+			//HandlePairedSymbols(textView, command, line, idx, ch);
 
 			if ((tokenBeforeCaret.Trigger & TokenTriggers.MemberSelect) != 0 && (command == VsCommands2K.TYPECHAR))
 			{



More information about the svn mailing list