Split.blur[edit]

Blurs the current editor. ...

Blurs the current editor.

   

Split.focus[edit]

Focuses the current editor. ...

Focuses the current editor.

   

Split.getCurrentEditor[edit]

    • Split.getCurrentEditor()

Returns the current editor. ...

Returns the current editor.

   

Split.getEditor[edit]

Returns the editor identified by the index idx. ...

Returns the editor identified by the index idx.

   

Arguments

idxNumberRequired. The index of the editor you want

Split.getSplits[edit]

Returns the number of splits. ...

Returns the number of splits.

   

Split.resize[edit]

    • Split.resize()
      • Void
    • Internal

...

   

Split.setFontSize[edit]

Sets the font size, in pixels, for all the available editors. ...

Sets the font size, in pixels, for all the available editors.

   

Arguments

sizeNumberRequired. The new font size

Split.setSession[edit]

Split.setTheme[edit]

Sets a theme for each of the available editors. ...

Sets a theme for each of the available editors.

   

Arguments

themeStringRequired. The name of the theme to set

Split.UndoManagerProxy[edit]

    • Split.UndoManagerProxy()
      • Void
    • Internal

...