Module textadept.command_entry
Textadept's Lua command entry. [Dummy file]
Functions
| focus () | Focuses the command entry. |
| get_completions_for (command) | Gets completions for the current command_entry text. |
Tables
| textadept.command_entry | Textadept's Lua command entry table. |
Functions
- focus ()
- Focuses the command entry.
- get_completions_for (command)
-
Gets completions for the current command_entry text. This function is called internally and shouldn't be called by script.
Parameters
- command: The command to complete.
Return value:
sorted table of completions