Skip to main content

SpaceWords class

Namespace: Arlecchino.Editing · Assembly: Arlecchino

Words told apart by the spaces between them, which is how a line of anything typed reads: the word being finished is what stands between the last space and the caret.

public sealed class SpaceWords : ICutsWords

Implements ICutsWords

Constructors

MemberSummary
SpaceWords()

Methods

MemberSummary
Cut(string, int)

Constructors in detail

SpaceWords()

public SpaceWords();

Methods in detail

Cut(string, int)

public CompletionAsk Cut(string text, int caret);

Parameters

NameTypeDescription
textstring
caretint

Returns CompletionAsk