Method SmartIndent
SmartIndent()
When implemented by a class, positions the cursor to the line indentation level, obtained from parser supporting Alternet.Syntax.SyntaxOptions.SmartIndent
option when user presses Enter.
void SmartIndent()
SmartIndent(char)
When implemented by a class, formats given current line using indentation obtained from Syntax Parser supporting Alternet.Syntax.SyntaxOptions.SmartIndent
.
bool SmartIndent(char ch)
Parameters
ch
char