SCEditor

selectOuterText()

selectOuterText(left, right) Since: 1.4.3

Selects the text left and/or right of the current selection/caret.

Syntax

instance.selectOuterText(left, right);

Parameters

left
Type: Integer

Number of characters left of the current selection to select. Set to 0 to not select any.

right
Type: Integer

Number of characters right of the current selection to select. Set to 0 to not select any.