Skip to main content

WholeLine class

Namespace: Arlecchino.Editing · Assembly: Arlecchino

Everything up to the caret as one word, for a field that holds one thing: a path, a host, a name. Nothing in it divides it, spaces included, since a name is allowed to have them.

public sealed class WholeLine : ICutsWords

Implements ICutsWords

Constructors

MemberSummary
WholeLine()

Methods

MemberSummary
Cut(string, int)

Constructors in detail

WholeLine()

public WholeLine();

Methods in detail

Cut(string, int)

public CompletionAsk Cut(string text, int caret);

Parameters

NameTypeDescription
textstring
caretint

Returns CompletionAsk