Searched refs:selectionBegin (Results 1 – 1 of 1) sorted by relevance
386 int selectionBegin = selectedRange.x; in addSelection() local387 int selectionEnd = selectionBegin + selectedRange.y; in addSelection()388 return addSelection(newFileContents, selectionBegin, selectionEnd); in addSelection()