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