Page 12 of 16
Re: CEA - Custom Event Actions
Posted: 10 Dec 2020 12:07
by admin
That white space is needed for the translations. Many languages need more space than English.
Re: CEA - Custom Event Actions
Posted: 10 Dec 2020 12:09
by LittleBiG
admin wrote: ↑10 Dec 2020 12:07
That white space is needed for the translations. Many languages need more space than English.
Indeed. Similarly to mine. So my first idea not to share it was the right one as I thought. Anyway, for now, a tooltip of the first row could be useful.
PLUS: thanks for the copy paste of scripts. There is a small bug there though, when you paste it, the column text is not refreshed, so you could think that nothing has been copied.
Re: CEA - Custom Event Actions
Posted: 10 Dec 2020 12:32
by admin
kuiwu_zh wrote: ↑10 Dec 2020 02:26
"Double-click on white in folder tree" is set to "Go up" and "Double-click on white in file list" is set to "Go up".
Click "OK" to close the configuration dialog box. Then open the configuration dialog box, "Double-click on white in file list" is set successfully, "Double-click on white in folder tree" is not set successfully.
Confirmed, fixed in next beta.
Re: CEA - Custom Event Actions
Posted: 10 Dec 2020 13:09
by admin
LittleBiG wrote: ↑10 Dec 2020 12:09
PLUS: thanks for the copy paste of scripts. There is a small bug there though, when you paste it, the column text is not refreshed, so you could think that nothing has been copied.
It's updated here.

Re: CEA - Custom Event Actions
Posted: 10 Dec 2020 14:14
by LittleBiG
admin wrote: ↑10 Dec 2020 13:09
LittleBiG wrote: ↑10 Dec 2020 12:09
PLUS: thanks for the copy paste of scripts. There is a small bug there though, when you paste it, the column text is not refreshed, so you could think that nothing has been copied.
It's updated here.
Sigh. Try to achieve this placement. (Click on paste being outside of the settings.)
2020-12-10_14h09_30.png
The Script column won't be updated until you move your mouse pointer back over the settings table.
Re: CEA - Custom Event Actions
Posted: 10 Dec 2020 14:26
by admin
Bingo!

Re: CEA - Custom Event Actions
Posted: 10 Dec 2020 14:32
by autocart
Don, since you are working on the text of the script column again...
The blue text is hardly visible "underneath" a blue highlight of the line, when it is selected... if it's not too much to ask for, please, a different text color would be nice.
XY_blue text under blue highligth.JPG
Re: CEA - Custom Event Actions
Posted: 10 Dec 2020 14:42
by admin
Oops, good point. I think I remove that special color again.
Re: CEA - Custom Event Actions
Posted: 10 Dec 2020 14:56
by autocart
Thank you.

Re: CEA - Custom Event Actions
Posted: 10 Dec 2020 15:27
by LittleBiG
Should "filter" command work in After browsing a folder event?
Re: CEA - Custom Event Actions
Posted: 10 Dec 2020 16:16
by admin
Try "Before browsing a folder" for Visual Filters.
Re: CEA - Custom Event Actions
Posted: 10 Dec 2020 17:16
by LittleBiG
admin wrote: ↑10 Dec 2020 16:16
Try "Before browsing a folder" for Visual Filters.

Re: CEA - Custom Event Actions
Posted: 12 Dec 2020 07:13
by kuiwu_zh
Step 1: "Line spacing" is set to "3".
snap_screen_20201212140351.png
Step 2: Focus on the list on the left, and the mouse wheel is valid. Focus on the table on the right, and the mouse wheel is invalid.
snap_screen_20201212140419.png
Do you have such problems?
Thank you.
Re: CEA - Custom Event Actions
Posted: 12 Dec 2020 09:10
by admin
Confirmed and fixed, thank you!
Re: CEA - Custom Event Actions
Posted: 18 Dec 2020 19:04
by highend
New lines in scripts are encoded as u'0002 in the XYplorer.ini file for all ceas.
Can you replace this with the pilcrow character instead (like it is done in e.g. the "CustomButtons" section), please?
Much easier to parse... (I'm working on a little script that'll show me which scripted cea actions exist and what they yield depending on the pressed keyboard modifier)