Modules
| _m | A table of loaded modules. |
| _m.$1.commands | Modules browser for the Textadept project manager. The $1 module. Snippets for the $1 module. Commands for the $1 module. |
| _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.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.run | Module for running/executing source files. |
| buffer | The current buffer in the currently focused view. |
| lexer | Performs lexxing of Scintilla documents. |
| locale | This module loads all messages used by Textadept for localization. |
| 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.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.macro | Macro browser for the Textadept project manager. |
| view | The currently focused view. |