whunmr / emacsIDEAs

Porting some great extensions of emacs to Intellij IDEA. such as AceJump, CopyWithoutSelection.
Apache License 2.0
94 stars 13 forks source link

can not handle pipelined commands #21

Closed whunmr closed 7 years ago

whunmr commented 7 years ago

in situation, I want to copy a remote string by C-W C-S, but If i first wrongly typed C-W C-W,
then in the same moment, i realized this typo,
so i continue type C-W C-S, to expect this plugin to correctly copy the remote string.

But actually, the copy action will be ignored and place the caret at the beginning of the target remote string.

whunmr commented 7 years ago

fixed in 1.4.7