[svn] r7564: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel: Checker.n Formatter.n

kliss svnadmin at nemerle.org
Sat Mar 31 23:48:20 CEST 2007


Log:
Updated comment.

Author: kliss
Date: Sat Mar 31 23:48:02 2007
New Revision: 7564

Modified:
   vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Checker.n
   vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Formatter.n

Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Checker.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Checker.n	(original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Checker.n	Sat Mar 31 23:48:02 2007
@@ -342,14 +342,6 @@
             // kliss: Make sure that type name is visible after collapsing its region (also
             // leaving all attributes visible).
             // TODO: Collapse all attributes to their own region.
-            // But there's occasional strange thing:
-            // Sometimes an additional hidden region is created that contains everything
-            // below last attribute (type's access modifiers, name and body).
-            // Or, maybe, it's my region that is created, and that one still persists
-            // from the previous times.
-            // Can anyone tell me what is going on?
-            // This doesn't reproduce on tiny projects (no persisted regions?), 
-            // but does on real ones, like this.
             part.name.Location.EndLine,
             part.name.Location.EndColumn,
             part.Location.EndLine,

Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Formatter.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Formatter.n	(original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Formatter.n	Sat Mar 31 23:48:02 2007
@@ -12,7 +12,6 @@
 
 namespace Nemerle.Completion2
 {
-  [Obsolete]
   [Record]
   public class FormatterResult
   {



More information about the svn mailing list