If true, cut/copy action targets the current line if nothing selected.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public static bool CopyLineWhenNoSelection { get; set; } |
Visual Basic |
---|
Public Shared Property CopyLineWhenNoSelection As Boolean Get Set |
Property Value
Type: Boolean
Remarks
If this property is set true, then copy action without any selection will copy the line itself which the caret is on. Note that this case copies "a line" and the copied data will be slightly different from mere text data containing all character sequence of that line. If a line was copied by this case, pasting it when the caret is at middle of a line will insert the copied line before the current line.
This property affects both cut and copy action.