Left and right display width is different

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
hanshuchen
Posts: 10
Joined: 26 Feb 2019 01:41

Left and right display width is different

Post by hanshuchen »

Image
How can I show it to the left。

bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Re: Left and right display width is different

Post by bdeshi »

Code: Select all

focus 'PI'; $w = replace(regexmatches(setcolumns(,2), "\bName\.\d+"), "Name."); focus 'PI'; setcolumns("Name.$w", 4);
Run this script. Just paste the code into the addressbar and press ENTER.
Both panes will get the same width of the name column. Then you might want to save the view state as the default folder view (enable folder view settings first).
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

hanshuchen
Posts: 10
Joined: 26 Feb 2019 01:41

Re: Left and right display width is different

Post by hanshuchen »

SammaySarkar wrote: 04 Nov 2019 06:04

Code: Select all

focus 'PI'; $w = replace(regexmatches(setcolumns(,2), "\bName\.\d+"), "Name."); focus 'PI'; setcolumns("Name.$w", 4);
Run this script. Just paste the code into the addressbar and press ENTER.
Both panes will get the same width of the name column. Then you might want to save the view state as the default folder view (enable folder view settings first).
Thank!

Post Reply