Table of Contents

Method IndentLine

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

IndentLine()

Inserts spaces to the start of the current line. Number of spaces is calculated from indent options or SyntaxParser if assigned.

public virtual void IndentLine()

IndentLine(string, bool)

Inserts white space to the start of the current line.

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

Parameters

indent string
withChange bool