[svn]
r6755: vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleLanguageService.cs
pbludov
svnadmin at nemerle.org
Thu Oct 12 09:52:58 CEST 2006
Log:
Svn access test
Author: pbludov
Date: Thu Oct 12 09:52:54 2006
New Revision: 6755
Modified:
vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleLanguageService.cs
Modified: vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleLanguageService.cs
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleLanguageService.cs (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleLanguageService.cs Thu Oct 12 09:52:54 2006
@@ -354,7 +354,7 @@
private AuthoringScope GetDefaultScope(ParseRequest request)
{
return new NemerleAuthoringScope(
- ProjectInfo.FindProject(request.FileName), request.Sink);
+ ProjectInfo.FindProject(request.FileName), request.Sink, request.FileName, new SourceTextManager(this, request.View));
}
private ProjectInfo GetProjectInfo(ParseRequest request)
More information about the svn
mailing list