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
line
int
SmartFormat(char)
Formats given line using indentation obtained from Syntax Parser supporting Alternet.Syntax.SyntaxOptions.SmartIndent
.
public virtual bool SmartFormat(char ch)
Parameters
ch
char
Returns
SmartFormat(bool, bool, bool, bool, bool, int)
protected void SmartFormat(bool needFormat, bool notify, bool needIndent, bool jumptoEnd, bool extended, int line)