SECEditLangConfig::SetAutoIndent
voidSECEditLangConfig::SetAutoIndent(const BOOLbAutoIndent)
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: SECEditLangConfig.h
Parameters
bAutoIndent
If non-zero, enables auto-indent.
Comments
This is an implementation of the ISECEditLangConfig interface.See Also