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
| Member | Summary |
|---|---|
WholeLine() |
Methods
| Member | Summary |
|---|---|
Cut(string, int) |
Constructors in detail
WholeLine()
public WholeLine();
Methods in detail
Cut(string, int)
public CompletionAsk Cut(string text, int caret);
Parameters
| Name | Type | Description |
|---|---|---|
text | string | |
caret | int |
Returns CompletionAsk