Split Vertically and Fix Position command

Summary

Splits the current window vertically into fixed positions.

Description

This command splits the current window into two vertical panes, and fixes the split position at the center of the window immediately.

How to Run

  • Default Menu: None

  • All Commands: Window > Split > Split Vertically and Fix Position

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID

EEID_WINDOW_SPLIT_VERT_FIX (4336)

Macros

[JavaScript]

editor.ExecuteCommandByID(4336);

[VBScript]

editor.ExecuteCommandByID 4336