Modules
| _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.html | The html module. |
| _m.html.commands | Commands for the html module. |
| _m.html.snippets | Snippets for the html module. |
| _m.lua | The lua module. |
| _m.lua.commands | Commands for the lua module. |
| _m.lua.snippets | Snippets for the lua module. |
| _m.maxima | The maxima module. |
| _m.maxima.commands | Commands for the maxima module. |
| _m.maxima.snippets | Snippets for the maxima module. |
| _m.php | The php module. |
| _m.php.commands | Commands for the php module. |
| _m.php.snippets | Snippets for the php module. |
| _m.ruby | The ruby module. |
| _m.ruby.commands | Commands for the ruby module. |
| _m.ruby.snippets | Snippets for the ruby 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.lsnippets | Provides Lua-centric snippets for Textadept. |
| _m.textadept.macros | Support for recording, saving, and playing macros for the textadept module. |
| _m.textadept.mlines | Multiple line editing for the textadept module. |
| _m.textadept.snippets | Provides Textmate-like snippets for the textadept module. |
| buffer | The current buffer in the currently focused view. |
| lexer | Performs lexxing of Scintilla documents. |
| lua_dialog | A CocoaDialog clone written in Lua using lua-gtk. |
| textadept | The core textadept table. |
| textadept.command_entry | Textadept's Lua command entry. |
| textadept.events | Module that handles Scintilla and Textadept notifications/events. |
| textadept.find | Textadept's integrated find/replace dialog. |
| textadept.io | Provides file input/output routines for Textadept. |
| textadept.key_commands | Defines the key commands used by the Textadept key command manager. |
| textadept.key_commands_std | Defines the key commands used by the Textadept key command manager. |
| textadept.keys | Manages key commands in Textadept. |
| textadept.menu | Provides dynamic menus for Textadept. |
| textadept.mime_types | Handles file-specific settings (based on file extension). |
| textadept.pm | Textadept's project manager. |
| textadept.pm.browser | A model browser for the Textadept project manager. |
| textadept.pm.browsers.buffer | Buffer browser for the Textadept project manager. |
| textadept.pm.browsers.ctags | CTags Browser for the Textadept project manager. |
| textadept.pm.browsers.file | File browser for the Textadept project manager. |
| textadept.pm.browsers.find | Find in files browser for the Textadept project manager. |
| textadept.pm.browsers.macro | Macro browser for the Textadept project manager. |
| textadept.pm.browsers.maxima | Maxima functions browser for the Textadept project manager. |
| textadept.pm.browsers.modules | Modules browser for the Textadept project manager. |
| view | The currently focused view. |