textredux |
The Textredux module allows you to easily create text based interfaces for the
Textadept editor and offers a set of text
based interfaces. |
textredux.fs |
textredux.fs provides a text based file browser and file system related
functions for Textadept. |
textredux.ctags |
Displays a filtered list of symbols (functions, variables, …) in the current
document using Exuberant Ctags. |
textredux.buffer_list |
The buffer list module provides a text based replacement for the standard
Textadept buffer list. |
textredux.core.buffer |
Textredux buffers wrap Textadept buffers and extend them with support for
custom styling, buffer specific key bindings and hotspot support. |
textredux.core.filteredlist |
Filtered list wrapper, hijacking ui.dialogs.filteredlist . |
textredux.core.indicator |
The indicator module provides support for indicators in your buffers. |
textredux.core |
The Textredux core module allows you to easily create text based interfaces
for the Textadept editor. |
textredux.core.list |
The list module provides a text based item listing for Textadept, featuring
advanced search capabilities and styling. |
textredux.core.style |
The style module lets you define and use custom, non-lexer-based styles. |
textredux.core.ui |
The ui module handles UI related operations for Textredux. |
textredux.util.color |
The color module provides utility functions for color handling. |
textredux.util.matcher |
The matcher module provides easy and advanced matching of strings. |