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

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

Closed Centaur closed 8 years ago

Centaur commented 8 years ago

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

whunmr commented 8 years ago

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.

Centaur commented 8 years ago

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

whunmr commented 8 years ago

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

whunmr commented 8 years ago

@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.