#22021
Yutaka Emura
Keymaster

Hello LTT,

I understand, and I fixed the issue. As for

As for “Hover” event:
I think the assigned action should be prevented from being triggered again and again instantly.
For example, if the action is “Decode and Show as Tooltip”, it should not be triggered again until the tooltip closed.

This example shouldn’t be an issue because EmEditor won’t show more than one tooltip at a time. However, if the selected action is something like “Open an URL”, then multiple instances of a browser might open. Is this the case you want to prevent?

Thanks,