wex v24.10.0
|
Offers a class for auto indentation on wex::stc. More...
#include <wex/stc/auto-indent.h>
Public Member Functions | |
auto_indent (wex::stc *stc) | |
Constructor. | |
bool | on_char (int c) |
Auto indents for char on stc component. | |
Static Public Member Functions | |
static bool | use () |
Returns true if active. | |
static void | use (bool on) |
Sets auto indent on or off. | |
Offers a class for auto indentation on wex::stc.