Modules
_m | A table of loaded modules. |
_m.$1.commands | Modules browser for the Textadept project manager. |
_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-style snippets for Textadept. |
_m.textadept.mlines | Multiple line editing for the textadept module. |
_m.textadept.run | Module for running/executing source files. |
_m.textadept.session | Session support for the textadept module. |
buffer | The current buffer in the currently focused view. |
lexer | Performs lexing of Scintilla documents. |
locale | Contains all messages used by Textadept for localization. |
textadept | The core textadept table. |
textadept.command_entry | Textadept's Command entry. |
textadept.events | Textadept's core event structure and handlers. |
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. |
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. |
view | The currently focused view. |