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

In selection mode, include the selected target character #9

Closed lanthaler closed 8 years ago

lanthaler commented 8 years ago

For instance when the cursor is before the "a" in "abcde" and the user jumps to the "d" it would select [abcd]e instead of [abc]

lanthaler commented 8 years ago

Friendly ping

whunmr commented 8 years ago

Hi @lanthaler, very sorry for the delay reply. and thanks for your pull request.

in case: [when the cursor is before the "a" in "abcde" and the user jumps to the "d" ] I have tried the action in Emacs, the Emacs' action result is [abc] is selected.

I suggest to make it consistent with the Emacs' ace-jump-mode behavior.

lanthaler commented 8 years ago

Too bad. Would have been nice to at least make this configurable or add a second action but I understand your reasoning.