InsertTabCmd
Classes
InsertTabCmd
The command to insert a tab relative to the current cursor position.
Remarks
if there is selected text, it will be deleted.
Implements
Constructors
Constructor
new InsertTabCmd(textManager): InsertTabCmd;
Parameters
| Parameter | Type |
|---|---|
textManager | ITextManager |
Returns
Methods
execute()
execute(): boolean;
Executes the command.
Returns
boolean
true if changes were made, false otherwise.