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

VladD2 svnadmin at nemerle.org
Tue Jan 30 02:59:38 CET 2007


Log:
Translate comment to English.

Author: VladD2
Date: Tue Jan 30 02:59:37 2007
New Revision: 7357

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

Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Properties.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Properties.n	(original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Properties.n	Tue Jan 30 02:59:37 2007
@@ -25,10 +25,10 @@
     [Accessor] mutable _references     : ReferenceCollection;
     [Accessor]         _sources        : SourceCollection;
     [Accessor] mutable _state          : EngineState;
-     //[Obsolete] for dont us it accidentally
-    /// Не используейте этот поле! Пользуйтесь свойством Project.
+    /// [Obsolete] for dont us it accidentally.
+    /// Don't use this field directly! Use Project propert.
     [Obsolete] mutable _project        : Project;
-    /// Не используейте этот поле! Пользуйтесь свойством Project.
+    /// Don't use this field directly! Use Project propert.
     [Obsolete] mutable _rowProject     : Project;
     [Accessor]         _projectSources : IProjectSources;
 
@@ -53,7 +53,7 @@
         ["using", "class", "struct", "variant", "namespace", "enum", "public", "protected",
          "internal", "private", "abstract", "sealed", "delegate", "#if", "#region", "extern",
          "interface", "partial", "static", "[Accessor]", "[Record]", "this", "override",
-         "module", "where"],
+         "module", "where", "mutable"],
         GlyphType.Snippet :> int,
         "snippet or top level keyword");
         



More information about the svn mailing list