mihnita / ansi-econsole

Eclipse plugin that understands ANSI escape sequences to color the Eclipse console output.
http://www.mihai-nita.net/java/
Other
90 stars 25 forks source link

Ansi Console catches CTRL+C #68

Closed Davidius86 closed 2 years ago

Davidius86 commented 2 years ago

The update to version 1.4.5.202111240049 catches the CTRL+C command on eclipse version 2019-06 (4.12.0). This makes this version unusable.

Adapting the key association in eclipse does not have any effect.

bligny commented 2 years ago

Same issue for me (in Eclipse 2021-09 / 4.21.0) with latest version. Quite unusable anymore indeed :-(

nils-christian commented 2 years ago

Can confirm. This is a major blocker for me, as it basically destroys Copy&Paste.

pascalheraud commented 2 years ago

yes ! Please fix :)

sebthom commented 2 years ago

Got surprised by this too :-)

It not only catches CTRL+C but also interferes with the Edit -> Copy entry from the window menu. However the Copy entry from the context menu still works.

elab commented 2 years ago

See #65.

mihnita commented 2 years ago

Should be fixed (v1.4.5.202111252246) (Nov 25) Apologies, and thanks for reporting it.

If anyone can confirm, I will close this.

elab commented 2 years ago

Thanks, Mihai! I can confirm for the v1.4.5.202111252246 that in my tests (Eclipse 2021-09, Windows 10):

The only remaining (minor) point is that - whereas console has the focus - the global menu "Edit > Copy" and the context menu "Copy" are copying with escapes.

mihnita commented 2 years ago

I've tried to intercept the menu & context menu Copy options. But they seem to not go through the normal commands... I don't know (yet) how to "intercept" them.

Created issue #69 to track it.

Thank you, Mihai

Davidius86 commented 2 years ago

Problem fixed Thank you very much :)