SelectionLength
bool isCaret = fTextEditor->SelectionLength() == 0;
Remove(SelectionStart(), SelectionLength());
Remove(SelectionStart(), SelectionLength());
Replace(SelectionStart(), SelectionLength(), text);
return SelectionLength() > 0;
int32 SelectionLength() const;
int32 SelectionLength() const;
if (fInline->SelectionLength() > 0) {
+ fInline->SelectionLength(), &selectedRegion);
int32 SelectionLength() const;