Table of Contents

Class TextViewAutocomplete

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Renders an overlay on another view at a given point that allows selecting from a range of 'autocomplete' options. An implementation on a TextView.

public class TextViewAutocomplete : Autocomplete, IAutocomplete
Inheritance
TextViewAutocomplete
Implements
Inherited Members

Methods

DeleteTextBackwards()

Deletes the text backwards before insert the selected text in the HostControl.

GetCurrentWord(int)

Returns the currently selected word from the HostControl.

When overriding this method views can make use of IdxToWord(List<Rune>, int, int)

InsertText(string)

Inser the selected text in the HostControl.