wex v25.04.0
wex::auto_indent Class Reference

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.
 

Detailed Description

Offers a class for auto indentation on wex::stc.