Split window panes

An Eddie document window may be split into two or more editing panes. This is useful when for instance editing one part of a document while looking at another part of it as a reference. Panes can be split both vertically and horizontally.

To split a window horizontally, move your mouse over the top right window corner and drag out the splitting thumb that shows up. Note: If you have your scrollbars set to always show, the pane splitting thumb is always present.

Pane splitting keyboard shortcuts

Split and Unsplit menu items are available in the Window menu, there are also multiple available keyboard primitives for pane splitting, using the SetKey command in the UserStartup file. If you are using the emacs keyboard layout, you may for instance choose to use the C-X 0, C-X 2, C-X 3 shortcuts.
The following keyboard primitives are available:

Command-Control-T

SplitPaneHorizontal

Command-Control-Option-T

SplitPaneVertical

SwitchToNextPane

SwitchToNextPane

UnsplitPane