Split Horizontally command

Summary

Splits the current window horizontally.

Description

This command splits the current window into two horizontal 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 Horizontally

  • All Commands: Window > Split > Split Horizontally

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID

EEID_WINDOW_SPLIT_HORZ (4299)

Macros

[JavaScript]

editor.ExecuteCommandByID(4299);

[VBScript]

editor.ExecuteCommandByID 4299