You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a brilliant interface! Thanks for the great package.
It even works with multiple-cursors… except when extending backward. Not a deal-breaker as one can move the cursors to do it if need be, but thought I should record this bug.
Here's a demo of what happens with three lines, and three cursors at the start of 'over'.
The quick brown fox jumps ^over the lazy dog.
The quick brown fox jumps ^over the lazy dog.
The quick brown fox jumps ^over the lazy dog.
Then type this sequence:
M-u M-u M-u C-b
The quick brown fox jumps OVER THE LAZY^ dog.
The quick brown fox jumps OVER THE LAZY^ dog.
The quick brown fox jumps OVER THE LAZY^ dog.
M-l
The quick brown fox jumps OVER THE lazy^ dog.
The quick brown fox jumps OVER THE lazy^ dog.
The quick brown fox jumps OVER THE lazy^ dog.
M-l
The quick brown fox jumps OVER the lazy^ dog.
The quick brown fox jumps over THE lazy^ dog.
The quick brown fox jumps OVER THE lazy^ dog.
It looks to be caused by the use of fix-word--quick-fix-times as a global variable. Perhaps there would be a way to increment that count only once, or divide by the number of active cursors, or look into how smartparens handles sp--mc/cursor-specific-vars… haven't dug into this too much, as I said any case switching can be performed in other ways right now.
The text was updated successfully, but these errors were encountered:
This is a brilliant interface! Thanks for the great package.
It even works with
multiple-cursors
… except when extending backward. Not a deal-breaker as one can move the cursors to do it if need be, but thought I should record this bug.Here's a demo of what happens with three lines, and three cursors at the start of 'over'.
It looks to be caused by the use of
fix-word--quick-fix-times
as a global variable. Perhaps there would be a way to increment that count only once, or divide by the number of active cursors, or look into howsmartparens
handlessp--mc/cursor-specific-vars
… haven't dug into this too much, as I said any case switching can be performed in other ways right now.The text was updated successfully, but these errors were encountered: