Closed PaulPorfiroff closed 8 years ago
Replace multiple selections in one transaction to allow batch undo/redo, which fixes #20. Also operate on the word nearest to the cursor, when selection is empty.
Derived from TextEditor::upperCase() sources.
This looks promising, need to read the code through another time to be sure of everything :)
@PaulPorfiroff Thank you for your contribution! :)
Replace multiple selections in one transaction to allow batch undo/redo, which fixes #20. Also operate on the word nearest to the cursor, when selection is empty.
Derived from TextEditor::upperCase() sources.