ThaiDat / cuda_transpose

Add-on for CudaText.
MIT License
2 stars 1 forks source link

this reame info is not clear #6

Closed Alexey-T closed 1 year ago

Alexey-T commented 1 year ago

'Multiple carets: Do transpose on every single caret one by one' - what does it mean? that words under carets are moved? that lines are moved?

ThaiDat commented 1 year ago

It apply transpose command on each caret (swap two characters around each caret)

Alexey-T commented 1 year ago

Let's write this:

Multiple carets without selections: For each caret, swap two chars around caret.

ThaiDat commented 1 year ago

Updated README. Tks