Page 56 of 59

Re: Like a new feature? Say thanks here

Posted: 27 Jan 2022 15:31
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!

Re: Like a new feature? Say thanks here

Posted: 01 Feb 2022 14:57
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:

Re: Like a new feature? Say thanks here

Posted: 01 Feb 2022 15:55
by Evolve
Dark Context Menu is a game changer :appl:

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

Re: Like a new feature? Say thanks here

Posted: 19 Feb 2022 22:07
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!!

Re: Like a new feature? Say thanks here

Posted: 21 Feb 2022 11:49
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:

Re: Like a new feature? Say thanks here

Posted: 22 Feb 2022 08:12
by Filehero
@Don
I'm curious and think you should add a screenshot of your Power Hub (that's a nice feature name, btw).

Re: Like a new feature? Say thanks here

Posted: 22 Feb 2022 14:58
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:

Re: Like a new feature? Say thanks here

Posted: 22 Feb 2022 16:56
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:

Re: Like a new feature? Say thanks here

Posted: 18 Mar 2022 14:37
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 :)

Re: Like a new feature? Say thanks here

Posted: 03 Apr 2022 12:57
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

Re: Like a new feature? Say thanks here

Posted: 03 Apr 2022 13:04
by admin
We'll see, I might even add a friendly official interface for it.

Re: Like a new feature? Say thanks here

Posted: 06 Apr 2022 13:17
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!

Re: Like a new feature? Say thanks here

Posted: 25 May 2022 00:54
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:

Re: Like a new feature? Say thanks here

Posted: 29 May 2022 10:44
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!

Re: Like a new feature? Say thanks here

Posted: 31 May 2022 06:36
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: