ISECEditLangConfig::SetAutoIndent

void ISECEditLangConfig::SetAutoIndent(const BOOL bAutoIndent)

Enables auto-indent. Auto-indent places the cursor on the same column as the first non-white character of the current line when a new line is created by pressing the <Enter> key.

Defined in: ISECEditLangConfig.h

Parameters

bAutoIndent

If non-zero, enables auto-indent.

See Also

ISECEditLangConfig GetAutoIndent