bool hasPlaintextSelectionMatch(int selectionStart, int selectionEnd) { return this.isPlaintext && isSelected(selectionStart, selectionEnd); }