Author: lluis
Date: 2006-07-03 10:30:32 -0400 (Mon, 03 Jul 2006)
New Revision: 62227

Modified:
   trunk/monodevelop/Core/src/NRefactory/ChangeLog
   trunk/monodevelop/Core/src/NRefactory/Project/Src/Parser/CSharp/Parser.cs
Log:
2006-07-03 Lluis Sanchez Gual  <[EMAIL PROTECTED]> 

        * Project/Src/Parser/CSharp/Parser.cs: Store the location
          of identifiers.



Modified: trunk/monodevelop/Core/src/NRefactory/ChangeLog
===================================================================
--- trunk/monodevelop/Core/src/NRefactory/ChangeLog     2006-07-03 14:28:16 UTC 
(rev 62226)
+++ trunk/monodevelop/Core/src/NRefactory/ChangeLog     2006-07-03 14:30:32 UTC 
(rev 62227)
@@ -1,3 +1,8 @@
+2006-07-03 Lluis Sanchez Gual  <[EMAIL PROTECTED]> 
+
+       * Project/Src/Parser/CSharp/Parser.cs: Store the location
+         of identifiers.
+
 2006-05-22 Lluis Sanchez Gual  <[EMAIL PROTECTED]> 
 
        * Makefile.am: Install the assembly in the right place.

Modified: 
trunk/monodevelop/Core/src/NRefactory/Project/Src/Parser/CSharp/Parser.cs
===================================================================
--- trunk/monodevelop/Core/src/NRefactory/Project/Src/Parser/CSharp/Parser.cs   
2006-07-03 14:28:16 UTC (rev 62226)
+++ trunk/monodevelop/Core/src/NRefactory/Project/Src/Parser/CSharp/Parser.cs   
2006-07-03 14:30:32 UTC (rev 62227)
@@ -4622,6 +4622,7 @@
 
 #line  2168 "cs.ATG" 
                        pexpr = new IdentifierExpression(t.val); 
+                       pexpr.StartLocation = t.Location;
                } else if (la.kind == 20) {
                        lexer.NextToken();
                        Expr(

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to