bool isSelected(int selectionStart, int selectionEnd) { return selectionEnd > scopeStart && selectionStart < scopeEnd; }