teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
This is the complete list of members for teditor::text::TextMode, including all inherited members.
cmdNames() const | teditor::Mode | virtual |
create() | teditor::text::TextMode | inlinestatic |
createMode(const std::string &mode) | teditor::Mode | static |
getColorFor(AttrColor &fg, AttrColor &bg, int lineNum, int pos, const Buffer &b, bool isHighlighted) | teditor::readonly::ReadOnlyMode | virtual |
getColorMap() | teditor::readonly::ReadOnlyMode | inlinevirtual |
getKeyCmdMap() | teditor::readonly::ReadOnlyMode | inlinevirtual |
indent(Buffer &buf, int line) | teditor::text::TextMode | virtual |
inferMode(const std::string &file, bool isDir) | teditor::Mode | static |
Mode(const std::string &n, const std::string &w) | teditor::Mode | inline |
modeCheck(const std::string &file) | teditor::text::TextMode | static |
name() const | teditor::Mode | inlinevirtual |
ReadOnlyMode(const std::string &n="ro", const std::string &w="abcdefghijklmnopqrstuvwxyzABCDEGGHIJKLMNO" "PQRSTUVWXYZ0123456789_") | teditor::readonly::ReadOnlyMode | |
TextMode(const std::string &n="text", const std::string &w="abcdefghijklmnopqrstuvwxyzABCDEGGHIJKLMNOPQRS" "TUVWXYZ0123456789_") | teditor::text::TextMode | |
word() const | teditor::Mode | inlinevirtual |
~Mode() | teditor::Mode | inlinevirtual |