[svn] r7385: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Init.n

pbludov svnadmin at nemerle.org
Mon Feb 5 10:49:46 CET 2007


Log:
XmlDoc comments for intellisense mode

Author: pbludov
Date: Mon Feb  5 10:49:44 2007
New Revision: 7385

Modified:
   vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Init.n

Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Init.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Init.n	(original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Init.n	Mon Feb  5 10:49:44 2007
@@ -41,8 +41,15 @@
       _references = ReferenceCollection (this);
       _sources = SourceCollection (this);
       MessageOccured += ProcessTopLevelCompilerMessage;
+
       Options.ColorMessages = false;
       Options.IgnoreConfusion = true;
+
+      // It doesn't help much since comments are processed
+      // in a very special way...
+      //
+      // Options.LexerStoreComments = true;
+
       _afterUsingDirectiveParse = UsingDirectiveParsed;
       _beforeNamespaceParse = BeforeNamespaceParse;
       _afterNamespaceParse = AfterNamespaceParse;



More information about the svn mailing list