Gets or sets whether to reduce an indent level with Backspace key rather than removing
a single space character.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
bool UnindentsWithBackspace { get; set; } |
Visual Basic |
---|
Property UnindentsWithBackspace As Boolean Get Set |
Property Value
Type: Boolean
Remarks
If this property is set to true, pressing Backspace key removes multiple space characters at once so that the indentation level of the line is decreased. Azuki performs this action only if the one character before the caret is a space and if every character between the line beginning and the caret position is a whitespace character.
This feature is useful for editing source files in which space characters are used to make indentation. To insert space characters to make indentation by pressing Tab key, use UsesTabForIndent property.