Split Vertically command¶
Summary¶
Splits the current window vertically.
Description¶
This command splits the current window into two vertical panes. Use the mouse to control the split position. Click to set the split to a fixed position (you can change the orientation later as necessary).
How to Run¶
Default Menu: Window > Split Vertically
All Commands: Window > Split > Split Vertically
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_WINDOW_SPLIT_VERT (4300)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4300);
[VBScript]¶
editor.ExecuteCommandByID 4300