|
|
|
@ -454,6 +454,8 @@ namespace ICSharpCode.AvalonEdit.AddIn |
|
|
|
current = current.NextLine; |
|
|
|
current = current.NextLine; |
|
|
|
lineCount++; |
|
|
|
lineCount++; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (current != endLine.NextLine) |
|
|
|
|
|
|
|
builder.Append("..."); |
|
|
|
|
|
|
|
|
|
|
|
return builder.ToString(); |
|
|
|
return builder.ToString(); |
|
|
|
} |
|
|
|
} |
|
|
|
|