capitalizeSelectionOrLine method
Capitalizes words in the selected range, or the current line when there is no selection.
Implementation
bool capitalizeSelectionOrLine() {
return _transformSelectionOrLineShared(textCapitalizeWords);
}
Capitalizes words in the selected range, or the current line when there is no selection.
bool capitalizeSelectionOrLine() {
return _transformSelectionOrLineShared(textCapitalizeWords);
}