Modules
| _G | Extends Lua's _G table to provide extra functions and fields. |
| _SCINTILLA | Scintilla constants, functions, and properties. |
| _m | A table of loaded modules. |
| _m.cpp | The cpp module. |
| _m.cpp.commands | Commands for the cpp module. |
| _m.cpp.snippets | Snippets for the cpp module. |
| _m.lua | The lua module. |
| _m.lua.commands | Commands for the lua module. |
| _m.lua.snippets | Snippets for the lua module. |
| _m.textadept | The textadept module. |
| _m.textadept.bookmarks | Bookmarks for the textadept module. |
| _m.textadept.editing | Editing commands for the textadept module. |
| _m.textadept.keys | Manages and defines key commands in Textadept. |
| _m.textadept.menu | Provides dynamic menus for Textadept. |
| _m.textadept.mime_types | Handles file-specific settings. |
| _m.textadept.run | Module for running/executing source files. |
| _m.textadept.session | Session support for the textadept module. |
| _m.textadept.snippets | Provides Lua-style snippets for Textadept. |
| args | Processes command line arguments for Textadept. |
| buffer | The current buffer in the currently focused view. |
| events | Textadept's core event structure and handlers. |
| gui | The core gui table. |
| gui.command_entry | Textadept's Command entry. |
| gui.find | Textadept's integrated find/replace dialog. |
| io | Extends Lua's io package to provide file input/output routines for Textadept. |
| lexer | Performs lexing of Scintilla documents. |
| locale | Contains all messages used by Textadept for localization. |
| string | Extends Lua's string package to provide character set conversions. |
| view | The currently focused view. |