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