Like a new feature? Say thanks here

Say it if you mean it...
Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Like a new feature? Say thanks here

Post by Filehero »

Code: Select all

  +++ Dark Mode: Had a little epiphany this morning. Now these controls are dark if XY is 
      dark (even if Windows itself is not in Dark Mode!):
      - Buttons
      - Scrollbars
:party: :party: :party: :tup: :tup: :tup: Yeah!

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Like a new feature? Say thanks here

Post by Filehero »

Code: Select all

v22.70.0285 - 2022-02-01 13:11
    + Toolbar: Added the first slim button (takes 18 horizontal pixels instead of 30), 
      "Show Menu": Let's you toggle the main menu.
      More slim buttons will follow. ....
:tup:

Evolve
Posts: 353
Joined: 27 Feb 2020 09:48

Re: Like a new feature? Say thanks here

Post by Evolve »

Dark Context Menu is a game changer :appl:

fE10zqznMg.png
fE10zqznMg.png (9.92 KiB) Viewed 12044 times

brettcode
Posts: 15
Joined: 19 Feb 2022 21:51

Re: Like a new feature? Say thanks here

Post by brettcode »

I am new to XYplorer, but I want to thank point out that since v22.80.0124 - 2022-02-16 14:27, you can finally rename FAT32 and exFAT files properly!

Microsoft has broken this since ~2017 and has continued ruining File Explorer. Here's an example: If you got a file 'Person.JPG', and you simply wanted to rename it to 'Person.jpg', it wouldn't work. Basically, renaming any file with only a case change is ignored in Windows for all but NTFS drives. This is super annoying for those working with USB sticks, SD cards, etc. I avoid using NTFS as much as possible due to poor interoperability with Macs, Linux, and Chromebooks.

Now, this major annoyance is handled transparently by using XYplorer. (The rest of Windows is still broken, though).

THANK YOU!!

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

Re: Like a new feature? Say thanks here

Post by admin »

The Hamburger (damn, I should have called it the Cologner) has quietly grown into a power hub that can hold pretty much anything the app has to offer and present it in a pop-up menu. :beer:

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Like a new feature? Say thanks here

Post by Filehero »

@Don
I'm curious and think you should add a screenshot of your Power Hub (that's a nice feature name, btw).

klownboy
Posts: 4089
Joined: 28 Feb 2012 19:27

Re: Like a new feature? Say thanks here

Post by klownboy »

Toolbar cycling, along with the capability of adding the menu bar items to a toolbar, what a great new feature. And while I'm here, thanks for your work and patience on folder thumbnail backgrounds and recognizing dark and light modes. I hope I didn't give you a headache. Thanks. :tup: :appl:
Windows 11, 22H2 Build 22621.1555 at 100% 2560x1440

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Like a new feature? Say thanks here

Post by Filehero »

Yeah, as already stated in the feature thread, the new all-in-one toolbar is my feature of the year 2022. :party: :tup: :appl:

Turion
Posts: 30
Joined: 01 Jun 2012 20:46

Re: Like a new feature? Say thanks here

Post by Turion »

% Word Breaking: Improved the automatic word boundary recognition (on double-click,
Ctrl+Arrow, Ctrl+BackSpace) in the rename text boxes of all small lists.
This is so much better than Explorer. It's these small details that make using XY a pleasure!
Thank you :)

eil
Posts: 1609
Joined: 13 Jan 2011 19:44

Re: Like a new feature? Say thanks here

Post by eil »

Code: Select all

    + Scrolling through the list views: Added a tweak to modify the feature.
    * Scrolling through the list views: Now the default is not to loop, i.e. scrolling 
      will stop at the first and last list view.
    * Setting a new list view: Now the name of the new view is always shown in the status 
      bar, also when doing it via the normal menu functions or any other way. Reason: 
      Doing it only for "Scrolling through the list views" leads to confusing messages.
    + CKS | Miscellaneous | List: Added two functions that work as an alternative to 
      Ctrl+WheelDown and Ctrl+WheelUp:
        #1082 - Miscellaneous | List | Next View      (Ctrl+9)
        #1083 - Miscellaneous | List | Previous View  (Ctrl+Shift+9)
      These functions also honor the CycleListViewsByWheelProps tweak.
solid and polished feature! :tup:
p.s. could be good to add this list to tweak description: 0 = Details,1 = List,2 = SmallIcons,3 = LargeIcons,4 = Tiles,5 = TilesLarge,6 = Thumbs1,7 = Thumbs2,8 = Thumbs3,9 = DetailsWithThumbs|r = reverse wheel o = loop
Win 7 SP1 x64 100% 1366x768

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

Re: Like a new feature? Say thanks here

Post by admin »

We'll see, I might even add a friendly official interface for it.

eil
Posts: 1609
Joined: 13 Jan 2011 19:44

Re: Like a new feature? Say thanks here

Post by eil »

Code: Select all

    + Custom File Icons: Now you can assign icons extracted from icon resources (exe; dll; 
      cpl; ocx; scr; icl; bpl; wlx; wfx; wcx; wdx; acm). For example:
        jpg>C:\WINDOWS\system32\shell32.dll /163
        png>C:\Windows\System32\imageres.dll /222
more customizability is always welcomed!
Win 7 SP1 x64 100% 1366x768

Kyle
Posts: 10
Joined: 21 May 2022 00:42

Re: Like a new feature? Say thanks here

Post by Kyle »

Code: Select all

v23.10.0003 - 2022-05-24 21:02
    * List Columns | Aspect Ratio: Now the column is correctly sorted by the actual 
      quotient (eg 0.5), not by the term of the quotient (eg 1:2).
    * Special Property | Aspect Ratio: Now the actual quotient (eg 0.5) is searched and 
      filtered, not the term of the quotient (eg 1:2). For example, this will give you all 
      images equal to or wider than 2:1:
        prop:#AspectRatio: >= 2:1
Fantastic! I really appreciate it! :tup:

highend
Posts: 13260
Joined: 06 Feb 2011 00:33

Re: Like a new feature? Say thanks here

Post by highend »

Code: Select all

v23.10.0009 - 2022-05-28 12:50
    + Custom Event Actions: Added new event "Startup". It is fired when load is complete
      and the window is visible, right after any command line script is run.
      
v23.10.0001 - 2022-05-23 14:30
    + Variables: Now permanent variables can be accessed from anywhere in the app using
      the new <perm ...> meta variable. Example:
        perm $xy = "XYplorer"; echo "Perm test: <perm xy>.";  //Perm test: XYplorer.
      Once the permanent variable is defined you can always access it wherever XY native
      variables are supported, e.g. as path in the address bar:
        C:\Users\%user%\AppData\Roaming\<perm xy>
      If a permanent variable does not exist, <perm ...> is not resolved:
        echo "Perm test: <perm grrg>.";  //Perm test: <perm grrg>.
      So you now can have user defined global variables that persist across sessions.
Great additions!
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Like a new feature? Say thanks here

Post by Filehero »

Code: Select all

v23.10.0017 - 2022-05-30 18:19
    + Configuration | Colors and Styles | Styles | Columns: Added option "Lighter text in 
      detail columns". Activate it to lighten the text of all columns in Details view 
      except the Name column. This is the way File Explorer looks currently.
A seemingly small but huge improvement for mankind daily usage. :) :tup: :appl:

Post Reply