Remove Leading Spaces command¶
Summary¶
Removes leading spaces, tabs, and full-width spaces in the selection.
Description¶
Removes leading spaces, tabs, and full-width spaces in the selection.
How to Run¶
- Default Menu: Convert > Remove Leading Spaces 
- All Commands: Convert > Remove Leading Spaces 
- Toolbar: None 
- Status Bar: None 
- Default Keyboard Shortcut: None 
Plug-in Command ID¶
EEID_SEL_TRIM_LEFT (4015)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4015);
[VBScript]¶
editor.ExecuteCommandByID 4015