Module modules.lua.commands
Commands for the lua module.
Functions
| goto_required () |
Determine the Lua file being 'require'd, and search through package.path for that file and open it in SciTE. |
| try_to_autocomplete_end () |
Try to autocomplete Lua's 'end' keyword for control structures like 'if', 'while', 'for', etc. |
Tables
Functions
- goto_required ()
-
Determine the Lua file being 'require'd, and search through package.path for that file and open it in SciTE.
- try_to_autocomplete_end ()
-
Try to autocomplete Lua's 'end' keyword for control structures like 'if', 'while', 'for', etc.
See also:
Tables
- control_structure_patterns
- Patterns for auto 'end' completion for control structures.