Textadept
- Home |
- Download |
- Lua API |
- Source |
- Language Modules |
- Stats |
- Wiki |
- Mailing List
gui.command_entry
Textadept’s Command Entry.
Fields
entry_text
(string)
The text in the entry.
Functions
focus
()
Focuses the command entry.
show_completions
(completions)
Shows the completion list completions for the current word prefix. Word prefix characters are alphanumerics and underscores. On selection, the word prefix is replaced with the completion.
Parameters:
completions
: The table of completions to show. Non-string values are ignored.