Recently opened files

Features wanted...
ryskaale
Posts: 2
Joined: 25 Aug 2026 11:17

Recently opened files

Post by ryskaale »

Would it be possible to have a button to list files recently opened from XYplorer? (similar to recently accessed folders)

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

Re: Recently opened files

Post by admin »

Tools | List Management | Recently Opened Files...

The number of the command is #632. You can add a user button to the toolbar pointing to #632; on left-click.

ryskaale
Posts: 2
Joined: 25 Aug 2026 11:17

Re: Recently opened files

Post by ryskaale »

Thank you!
This is not, however, solving my "problem" :kidding:
If i click on recent folders button (sorry, i use Czech language interface, thus it may have slightly different name in English), it offers me a drop-down list where clicking on one of the items opens the folder again.
If i click on the button I now created, as you suggested, it opens a list, but it is "just information", but not an interactive list, where i could reopen the file.

Sorry, i am not sure if i am clearly explaining my point.... :-(
Last edited by ryskaale on 25 Aug 2026 14:59, edited 1 time in total.

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

Re: Recently opened files

Post by admin »

Okay, try menu File | Open... The files you are looking for are in the dropdown list.

RalphM
Posts: 2122
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: Recently opened files

Post by RalphM »

First time I opened that menu and noticed that the list doesn't scroll by mouse wheel.
Ralph :)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)

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

Re: Recently opened files

Post by admin »

Yeah, that's another tB issue. And it's Win10+ only.

2026-08-30: Nope, it was a not a tB issue.

ryskaale
Posts: 2
Joined: 25 Aug 2026 11:17

Re: Recently opened files

Post by ryskaale »

Thank you.
This is what I was looking for. However, it is 3 clicks (file - open - click on dropdown menu). It would be a "nice-to-have" feature, if this list could be opened by a dedicated button on the bar. Exactly like you have made it with "last locations" (folders).
Before I switched to XYplorer, I used for quite a while QTTabBar. I have tweaked it almost to perfection and it made my life much easier. I had to find an alternative solution as it stopped working after one of the recent W11 updates. The "last files" was one of the features which I found there particularly helpful.
As this is "Wishes" category, this feature would be my wish :-)

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

Re: Recently opened files

Post by admin »

Check out this script:

Code: Select all

open inputselect("Open any of the Recently Opened Files", get("list_recentlyopenedfiles"), <crlf>, 5);
You can run it through the address bar, or make toolbar button to call it. Still not what you want, but a little closer. And with a filter box! :)

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

Re: Recently opened files

Post by admin »

RalphM wrote: 26 Aug 2026 01:43 First time I opened that menu and noticed that the list doesn't scroll by mouse wheel.
Fixed in v28.30.2101.

kiwichick
Posts: 704
Joined: 08 Aug 2012 04:14
Location: Windows 10 Pro 22H2, 150% scaling

Re: Recently opened files

Post by kiwichick »

admin wrote: 27 Aug 2026 21:18 Check out this script:

Code: Select all

open inputselect("Open any of the Recently Opened Files", get("list_recentlyopenedfiles"), <crlf>, 5);
This is great, Don, but is there any particular reason that the actual Recently Opened Files dialog window doesn't allow opening the files? Also, it would be great if there was a button, or keyboard modifier for the current Clear button, to remove files that no longer exist rather than clearing the whole list.
Windows 10 Pro 22H2

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

Re: Recently opened files

Post by admin »

List Management is not made for action. See it as a safety feature: in List Management you work on a list, not on your system.

That modification of the Clear button is an idea. Later...

Horst
Posts: 1408
Joined: 24 Jan 2021 12:27
Location: Germany

Re: Recently opened files

Post by Horst »

admin wrote: 27 Aug 2026 21:18 Check out this script:

Code: Select all

open inputselect("Open any of the Recently Opened Files", get("list_recentlyopenedfiles"), <crlf>, 5);
You can run it through the address bar, or make toolbar button to call it. Still not what you want, but a little closer. And with a filter box! :)
Works but misses the logic to remove files from the list which are no longer exists.
Currently, this gives a script error.
Also, Tools / List Management /Recently Opened files doesn't contain a function to remove such entries.
Windows 11 Home, Version 25H2 (OS Build 26200.945)
Portable x64 XYplorer (Actual version, including betas)
Display settings 1920 x 1080 Scale 100%
Everything 1.5.0.1423b (x64), Everything Toolbar 3.3, Listary Pro 7.0.0.9 beta

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

Re: Recently opened files

Post by admin »

What script error?

Horst
Posts: 1408
Joined: 24 Jan 2021 12:27
Location: Germany

Re: Recently opened files

Post by Horst »

admin wrote: 07 Sep 2026 13:28What script error?
Not an error in the script language but this one
XYplorer_1hjezfMUDk.png
To see the attached files, you need to log into the forum.
Windows 11 Home, Version 25H2 (OS Build 26200.945)
Portable x64 XYplorer (Actual version, including betas)
Display settings 1920 x 1080 Scale 100%
Everything 1.5.0.1423b (x64), Everything Toolbar 3.3, Listary Pro 7.0.0.9 beta

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

Re: Recently opened files

Post by admin »

Ah, that currently depends on the file type (some throw a script error, some throw other errors), which is a somewhat chaotic situation. I will change SC open to check before opening a file and throw an error right away if you try.

Post Reply