Strategy how the text editor handles indentation when new lines are inserted.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public interface IIndentationStrategy
Public Interface IIndentationStrategy
public interface class IIndentationStrategy
Members
All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
IndentLine(TextDocument, DocumentLine) |
Sets the indentation for the specified line.
Usually this is constructed from the indentation of the previous line.
| |
IndentLines(TextDocument, Int32, Int32) |
Reindents a set of lines.
|
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238