Page 61 of 61

Re: Like a new feature? Say thanks here

Posted: 16 Dec 2025 15:34
by eil

Code: Select all

    + Customize Toolbar Dialog: After selecting "Remove All", the "End of List" pseudo 
      item is automatically added to the end of the list. This allows you to more easily 
      add buttons in the correct order.
Little thing i proposed in past, nice it's on board now.

Re: Like a new feature? Say thanks here

Posted: 20 Jan 2026 01:55
by eil

Code: Select all

v28.10.0410 - 2026-01-17 16:50
    + SC ctbicon enhanced: You can now omit the icon and change only the background color, 
      leaving the current icon in place. For example:
        ctbicon("Apple.ico*#F6F6F6,r"); //set icon, with background color (rect shape)
        ctbicon("*#F6A6F6,r"); //change background color, keep icon
        
v28.10.0411 - 2026-01-17 20:27
    + SC ctbicon enhanced: You can now omit the background color and change only the icon, 
      leaving the current background color in place. For example:
        ctbicon("Apple.ico*#F6F6F6,r"); //set icon, with background color (rect shape)
        ctbicon("Apple_Half.ico*"); //change icon, keep background color
Sooo i asked for the ctbicon enhancement, and right away got even an extra = not only changing backs without touching icon, but same for mirror situations. :tup:

After couple days, i was thinking i really need a way to "dismiss background"(without touching icon) as a final touch for this command. And i already wrote the whole message, but right before posting, smth scratched me: "Leeets check beta branch... Don't know why, just do it!". And HOLY CRAP, Don already read my mind and implemented the enhancement!!! :shock: :shock: :appl:

Code: Select all

v28.10.0412 - 2026-01-18 15:32
    + SC ctbicon enhanced: Added ways to remove a property.
        ctbicon(" *"); //remove icon, keep background color
        ctbicon("* "); //remove background color, keep icon
:idea: XYplorer - brings you new features even before you describe them as a request!

Re: Like a new feature? Say thanks here

Posted: 19 Mar 2026 11:45
by eil

Code: Select all

v27.20.1108 - 2026-03-16 20:20 ++ v28.20.0503 - 2026-03-16 20:24
    + Added tweak to process the focused list item first whenever multiple selections are 
      processed, e.g. in Custom File Associations.
        ListProcessFocusedItemFirst=1
      If the tweak is set to 1 and the focused list item is the last of all selected items 
      then they are all processed in reverse order. Compare these 2 cases when 
      ListProcessFocusedItemFirst is set to 1:
        selections   processed order            selections   processed order
        45           47                         45           49
        46           48                         46           48
        47-Focus     49                         47           47
        48           45                         48           46
        49           46                         49-Focus     45
Seemingly small thing, but big comfort impact!

Re: Like a new feature? Say thanks here

Posted: 25 Mar 2026 16:29
by gozirra
I really appreciate the zoom to cursor addition.
XYplorer is pretty much the only software where when there's a new update (which is quite often) I actually giggle with excitement.

Re: Like a new feature? Say thanks here

Posted: 17 Apr 2026 20:22
by klownboy
Nice job Don getting those icons for Favorites and other lists with beta 28.30.0206. :tup: :appl:

Re: Like a new feature? Say thanks here

Posted: 21 Apr 2026 16:26
by klownboy
Another cool feature addition in v28.30.0302 - graphical view of drive space usage. Thanks Don. :appl:

Re: Like a new feature? Say thanks here

Posted: 21 Apr 2026 17:58
by Native2904
I really appreciate how even the small features like Preview or Hover Zoom aren’t just basic tools—they’re packed with extra capabilities. Things like using mouse clicks in Preview or triggering functions in Hover Zoom make them feel much more powerful and thoughtfully designed than you’d expect at first glance.
simply awesome.