Table of Contents

Method SmartFormat

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

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.

Specifies Character being typed
public virtual bool SmartFormat(char ch)

Parameters

ch char

Returns

bool

SmartFormat(bool, bool, bool, bool, bool, int)

protected void SmartFormat(bool needFormat, bool notify, bool needIndent, bool jumptoEnd, bool extended, int line)

Parameters

needFormat bool
notify bool
needIndent bool
jumptoEnd bool
extended bool
line int