[svn]
r6753: vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleAuthoringScope.cs
IT
svnadmin at nemerle.org
Wed Oct 11 03:53:40 CEST 2006
Log:
Goto by .pdf location (missing change).
Author: IT
Date: Wed Oct 11 03:53:38 2006
New Revision: 6753
Modified:
vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleAuthoringScope.cs
Modified: vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleAuthoringScope.cs
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleAuthoringScope.cs (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleAuthoringScope.cs Wed Oct 11 03:53:38 2006
@@ -126,7 +126,7 @@
int[] endLines = new int[1];
int[] endColumns = new int[1];
- method.GetSequencePoints(null, documents, lines, columns, endLines, endColumns);
+ method.GetSequencePoints(offsets, documents, lines, columns, endLines, endColumns);
span.iStartLine = lines[0] - 1;
span.iEndLine = endLines[0] - 1;
More information about the svn
mailing list