Class TextFieldAutocomplete | Terminal.Gui v1 (original) (raw)
Namespace
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 TextField.
public class TextFieldAutocomplete : Autocomplete, IAutocomplete
Inheritance
TextFieldAutocomplete
Implements
Inherited Members
Autocomplete.PopupInsideContainer
Autocomplete.RenderOverlay(Point)
Autocomplete.EnsureSelectedIdxIsValid()
Autocomplete.ProcessKey(KeyEvent)
Autocomplete.MouseEvent(MouseEvent, bool)
Autocomplete.RenderSelectedIdxByMouse(MouseEvent)
Autocomplete.ClearSuggestions()
Autocomplete.GenerateSuggestions(int)
Autocomplete.InsertSelection(string)
Autocomplete.IdxToWord(List, int, int)
Autocomplete.ReopenSuggestions()
object.ReferenceEquals(object, object)
Methods
Deletes the text backwards before insert the selected text in the HostControl.
Returns the currently selected word from the HostControl.
When overriding this method views can make use of IdxToWord(List, int, int)
Inser the selected text in the HostControl.