Insert Tab command¶
Summary¶
Inserts a tab at the current cursor position.
Description¶
Inserts a tab at the current cursor position.
How to Run¶
Default Menu: Insert > Tab
All Commands: Insert > Tab
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_INSERT_TAB (3878)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(3878);
[VBScript]¶
editor.ExecuteCommandByID 3878