CEA double-click on line numbers event invokes left click as well

Things you’d like to miss in the future...
Post Reply
LittleBiG
Posts: 1846
Joined: 08 Apr 2011 12:57
Location: Win10x64

CEA double-click on line numbers event invokes left click as well

Post by LittleBiG »

If you have a script for double click on line numbers, the single click event will happen too (e.g. when it is clicked item context menu or sticky selection).

If you set both single and double click to script with echo "single"; and echo "double"; respectively, on double click only the "single" message will appear.
Attachments
2022-08-17_14h54_22.png
2022-08-17_14h54_22.png (3.33 KiB) Viewed 470 times

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: CEA double-click on line numbers event invokes left click as well

Post by admin »


LittleBiG
Posts: 1846
Joined: 08 Apr 2011 12:57
Location: Win10x64

Re: CEA double-click on line numbers event invokes left click as well

Post by LittleBiG »

I see. Do I understand well? There is no way to use them together then, isn't there?
Edit: nevermind.

LittleBiG
Posts: 1846
Joined: 08 Apr 2011 12:57
Location: Win10x64

Re: CEA double-click on line numbers event invokes left click as well

Post by LittleBiG »

Strange things can happen when single and double click action are combined (on line numbers of course)
If both set to Like white, it is ok, one click removes the selection, double goes up.
But if I set the single click to Sticky selection or Clicked item context menu, double click will run the matching item, instead of going up.
If single click is "Selected items context menu" and double is "Like white", it works well again.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: CEA double-click on line numbers event invokes left click as well

Post by admin »

Should work better in the next beta.

LittleBiG
Posts: 1846
Joined: 08 Apr 2011 12:57
Location: Win10x64

Re: CEA double-click on line numbers event invokes left click as well

Post by LittleBiG »

admin wrote: 09 Sep 2022 08:47 Should work better in the next beta.
23.60.0007: No change.
SIngle click on line numbers: Sticky selection or Clicked item context menu
Double click on line numbers: Like white
This combination still runs the item on double click instead of going up.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: CEA double-click on line numbers event invokes left click as well

Post by admin »

Yep. Fixed in next beta.

Post Reply