robhurring / atom-change-case

atom plugin for node-change-case
MIT License
34 stars 14 forks source link

Improve multicursor support #23

Closed PaulPorfiroff closed 8 years ago

PaulPorfiroff commented 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.

deiga commented 8 years ago

This looks promising, need to read the code through another time to be sure of everything :)

deiga commented 8 years ago

@PaulPorfiroff Thank you for your contribution! :)