Tile Windows Vertically command
Summary
Arranges windows vertically as non-overlapping tiles.
Description
Arranges EmEditor windows vertically as non-overlapping tiles.
How to Run
- Default Menu: Window > Tile Vertically
- All Commands: Window
> Tile Vertically
- Toolbar: None
- Status Bar: None
- Default Shortcut Key: None
Plug-in Command ID
- EEID_WINDOW_TILE_VERT (4243)
Macros
[JavaScript]
editor.ExecuteCommandByID(4243);
[VBScript]
editor.ExecuteCommandByID 4243
Send feedback on this topic to Emurasoft