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

nazgul svnadmin at nemerle.org
Mon Jan 29 22:56:52 CET 2007


Log:
Convert file to utf8-bom

Author: nazgul
Date: Mon Jan 29 22:56:51 2007
New Revision: 7353

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	Mon Jan 29 22:56:51 2007
@@ -1,4 +1,4 @@
-using System;
+using System;
 using System.IO;
 using System.Diagnostics;
 
@@ -26,9 +26,9 @@
     [Accessor]         _sources        : SourceCollection;
     [Accessor] mutable _state          : EngineState;
      //[Obsolete] for dont us it accidentally
-    /// Íå èñïîëüçóåéòå ýòîò ïîëå! Ïîëüçóéòåñü ñâîéñòâîì Project.
+    /// Не используейте этот поле! Пользуйтесь свойством Project.
     [Obsolete] mutable _project        : Project;
-    /// Íå èñïîëüçóåéòå ýòîò ïîëå! Ïîëüçóéòåñü ñâîéñòâîì Project.
+    /// Не используейте этот поле! Пользуйтесь свойством Project.
     [Obsolete] mutable _rowProject     : Project;
     [Accessor]         _projectSources : IProjectSources;
 



More information about the svn mailing list