Table of Contents

Method GetSmartIndentString

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

GetSmartIndentString(int, bool, bool, int)

When implemented by a class, returns indentation string for specified line.

string GetSmartIndentString(int index, bool autoIndent, bool useSpaces, int spacesInTab)

Parameters

index int

Specifies index of line to obtain indentation level.

autoIndent bool

Indicates whether indentation level should be calculated automatically, or obtained from the previous line.

useSpaces bool

Indicates whether indentation string should contain spaces or tabs.

spacesInTab int

Specifies number of spaces in tab.

Returns

string

Indentation text at line specified by index.