Method SmartFormat
SmartFormat()
Formats selected text using indentation obtained from Syntax Parser supporting Alternet.Syntax.SyntaxOptions.SmartIndent.
public virtual void SmartFormat()
SmartFormat(int)
Formats given line using indentation obtained from Syntax Parser supporting Alternet.Syntax.SyntaxOptions.SmartIndent.
public virtual void SmartFormat(int line)
Parameters
lineint
SmartFormat(char)
Formats given line using indentation obtained from Syntax Parser supporting Alternet.Syntax.SyntaxOptions.SmartIndent.
public virtual bool SmartFormat(char ch)
Parameters
chchar
Returns
SmartFormat(bool, bool, bool, bool, int)
protected void SmartFormat(bool needFormat, bool needIndent, bool jumptoEnd, bool extended, int line)