Browse Source

fix build.

newNRvisualizers
Mike Krüger 14 years ago
parent
commit
13acde3ec2
  1. 5
      ICSharpCode.Editor/IDocumentLine.cs
  2. 2
      ICSharpCode.Editor/ITextEditor.cs

5
ICSharpCode.Editor/IDocumentLine.cs

@ -15,11 +15,6 @@ namespace ICSharpCode.Editor @@ -15,11 +15,6 @@ namespace ICSharpCode.Editor
/// </summary>
int TotalLength { get; }
/// <summary>
/// Gets the length of this line, excluding the line delimiter.
/// </summary>
int EditableLength { get; }
/// <summary>
/// Gets the length of the line terminator.
/// Returns 1 or 2; or 0 at the end of the document.

2
ICSharpCode.Editor/ITextEditor.cs

@ -62,7 +62,7 @@ namespace ICSharpCode.Editor @@ -62,7 +62,7 @@ namespace ICSharpCode.Editor
/// to reflect the changes done by the user.
/// If the text editor does not support link mode, it will immediately return false.
/// </remarks>
Task<bool> ShowLinkedElements(IEnumerable<LinkedElement> linkedElements);
// Task<bool> ShowLinkedElements(IEnumerable<LinkedElement> linkedElements);
}
/// <summary>

Loading…
Cancel
Save