Groups
Groups
Sign in
Groups
Groups
mono-svn-patches
Conversations
About
Send feedback
Help
[mono/monodevelop] dbd21963: [AspNet] Fixed bug in razor syntax mode.
1 view
Skip to first unread message
Mike Krüger (mkrueger@xamarin.com)
unread,
Apr 24, 2013, 9:53:45 AM
4/24/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mono Patches List
Branch: refs/heads/master
Home:
https://github.com/mono/monodevelop
Compare:
https://github.com/mono/monodevelop/compare/b9b8feae6214...dbd21963b307
Commit: dbd21963b307a3f71d0388a8c6b53e1faa90af6d
Author: Mike Krüger <
mkru...@xamarin.com
> (mkrueger)
Date: 2013-04-24 13:52:30 GMT
URL:
https://github.com/mono/monodevelop/commit/dbd21963b307a3f71d0388a8c6b53e1faa90af6d
[AspNet] Fixed bug in razor syntax mode.
Changed paths:
M main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/RazorSyntaxMode.cs
Modified: main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/RazorSyntaxMode.cs
===================================================================
@@ -92,7 +92,7 @@ public override IEnumerable<Chunk> GetChunks (ColorScheme style, DocumentLine li
chunks = new List<Chunk> ();
CSharpSymbol symbol;
CSharpSymbol prevSymbol = null;
- int off = line.Offset;
+ int off = offset;
currentState = State.None;
while ((symbol = tokenizer.NextSymbol ()) != null) {
Reply all
Reply to author
Forward
0 new messages