Skip to main content

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
ParameterType
textManagerITextManager
Returns

InsertTabCmd

Methods

execute()
execute(): boolean;

Executes the command.

Returns

boolean

true if changes were made, false otherwise.

Implementation of

ICommand.execute

Was this page helpful?