SpanEditHandler Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Provides methods for handling the span edits.

public class SpanEditHandler
type SpanEditHandler = class
Public Class SpanEditHandler
Inheritance
SpanEditHandler
Derived

Constructors

SpanEditHandler(Func<String,IEnumerable<ISymbol>>)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SpanEditHandler class.

SpanEditHandler(Func<String,IEnumerable<ISymbol>>, AcceptedCharacters)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SpanEditHandler class.

Properties

AcceptedCharacters

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets a value that specifies the accepted characters.

EditorHints

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the editor hints.

Tokenizer

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the method used to parse string into tokens.

Methods

ApplyChange(Span, TextChange)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Applies the text change to the span.

ApplyChange(Span, TextChange, Boolean)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Applies the text change to the span.

CanAcceptChange(Span, TextChange)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the span can accept the specified change.

CreateDefault()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a new default span edit handler.

CreateDefault(Func<String,IEnumerable<ISymbol>>)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a new default span edit handler.

Equals(Object)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether this instance is equal to a specified object.

GetHashCode()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the hash code for this instance.

GetOldText(Span, TextChange)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the old text from the span content.

IsAtEndOfFirstLine(Span, TextChange)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified change is at the end of first line of the span content.

IsAtEndOfSpan(Span, TextChange)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified change is at the end of the span.

IsEndDeletion(Span, TextChange)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified change is at the end the span content and for deletion.

IsEndInsertion(Span, TextChange)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified change is at the end the span content and for insertion.

IsEndReplace(Span, TextChange)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified change is at the end the span content and for replacement.

OwnsChange(Span, TextChange)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the span owns the specified change.

ToString()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the string representation of the span edit handler.

UpdateSpan(Span, TextChange)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Updates the span using the normalized change.

Applies to