IEditorOperations.Tabify Method

Definition

Converts the leading white space to tabs on all lines touched by the selection and caret.

public:
 bool Tabify();
public:
 bool Tabify();
bool Tabify();
public bool Tabify ();
abstract member Tabify : unit -> bool
Public Function Tabify () As Boolean

Returns

true if the edit succeeded, otherwise false.

Remarks

If the column position of the first non-white space character is not evenly divisible by the tab size, there will be spaces left at the end of the line equal to the remainder of that division.

Applies to