This namespace contains the logic for automatic indentation.
Declaration Syntax
C# | Visual Basic | Visual C++ |
namespace ICSharpCode.AvalonEdit.Indentation
Namespace ICSharpCode.AvalonEdit.Indentation
namespace ICSharpCode.AvalonEdit.Indentation
Types
All Types | Classes | Interfaces |
Icon | Type | Description |
---|---|---|
DefaultIndentationStrategy |
Handles indentation by copying the indentation from the previous line.
Does not support indenting multiple lines.
| |
IIndentationStrategy |
Strategy how the text editor handles indentation when new lines are inserted.
|