Share via


SpanEditHandler Class

Definition

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

Constructors

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

Properties

Name Description
AcceptedCharacters
EditorHints
Obsolete.

This property is obsolete and will be removed in a future version.

Tokenizer

Methods

Name Description
ApplyChange(Span, TextChange, Boolean)
ApplyChange(Span, TextChange)
CanAcceptChange(Span, TextChange)
CreateDefault()
CreateDefault(Func<String,IEnumerable<ISymbol>>)
Equals(Object)
GetHashCode()
GetOldText(Span, TextChange)

Returns the old text referenced by the change.

IsAtEndOfFirstLine(Span, TextChange)
IsAtEndOfSpan(Span, TextChange)
IsEndDeletion(Span, TextChange)

Returns true if the specified change is an insertion of text at the end of this span.

IsEndInsertion(Span, TextChange)

Returns true if the specified change is an insertion of text at the end of this span.

IsEndReplace(Span, TextChange)

Returns true if the specified change is a replacement of text at the end of this span.

OwnsChange(Span, TextChange)
ToString()
UpdateSpan(Span, TextChange)

Applies to