Table of Contents

Method IndentLine

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

IndentLine()

When implemented by a class, inserts spaces to the start of the current line. Number of spaces is calculated from indent options or SyntaxParser if assigned.

void IndentLine()

IndentLine(string, bool)

When implemented by a class, inserts white space to the start of the current line.

white space string Indicates if the change needs to be translated to the parser
void IndentLine(string indent, bool withChange = false)

Parameters

indent string
withChange bool