[svn] r7088: vs-plugin/trunk: Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/GotoInfo.n Nemerle.VsIn...

IT svnadmin at nemerle.org
Fri Dec 15 01:17:02 CET 2006


Log:
Moved to Descember VS SDK. There is a breaking change.

Author: IT
Date: Fri Dec 15 01:16:59 2006
New Revision: 7088

Modified:
   vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/GotoInfo.n
   vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleFileNode.cs
   vs-plugin/trunk/Nemerle.VsIntegration/Project/SelectionElementValueChangedListener.cs

Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/GotoInfo.n
==============================================================================

Modified: vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleFileNode.cs
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleFileNode.cs	(original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleFileNode.cs	Fri Dec 15 01:16:59 2006
@@ -29,8 +29,8 @@
 
 			_selectionChangedListener.Init();
 
-			((FileNodeProperties)NodeProperties).OnCustomToolChanged          += OnCustomToolChanged;
-			((FileNodeProperties)NodeProperties).OnCustomToolNameSpaceChanged += OnCustomToolNameSpaceChanged;
+			//((FileNodeProperties)NodeProperties).OnCustomToolChanged          += OnCustomToolChanged;
+			//((FileNodeProperties)NodeProperties).OnCustomToolNameSpaceChanged += OnCustomToolNameSpaceChanged;
 		}
 
 		#endregion

Modified: vs-plugin/trunk/Nemerle.VsIntegration/Project/SelectionElementValueChangedListener.cs
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Project/SelectionElementValueChangedListener.cs	(original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Project/SelectionElementValueChangedListener.cs	Fri Dec 15 01:16:59 2006
@@ -53,7 +53,7 @@
 						NemerleFileNode node = projMgr.NodeFromItemId(itemid) as NemerleFileNode;
 						
 						if (null != node)
-							node.RunGenerator((string)document);
+							node.RunGenerator();
 					}
 				}
 			}



More information about the svn mailing list