whunmr / emacsIDEAs

Porting some great extensions of emacs to Intellij IDEA. such as AceJump, CopyWithoutSelection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Featuer request: Add an option to deselect copied/moved texts automatically

Centaur opened this issue · comments

Currently the copied/moved texts remain selected, I have to stroke another ESC key to deselect to continue editing.

commented

the moved texts are selected, so we can issue Format command directly on the recently moved texts.

So I'd like to keep it selected.

Yes. Some need it to be selected, but others need it to be unselected. That is why I suggest making it a configurable option.

commented

Make sense.  Will support when I have time to enhance this plugin.   Mean while any pull request will be appreciated.
Get Outlook for iOS

On Wed, May 18, 2016 at 12:54 AM -0700, "oldpig" notifications@github.com wrote:

Yes. Some need it to be selected, but others need it to be unselected. That is why I suggest making it an configurable option.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub

commented

@Centaur, Thanks for the suggestions, the options is added in the Preferences --> Other Settings --> emacsIDEAs.

Please update to version 1.3.9 to get the new feature.