Thx! We look forward to it!
Search found 81 matches
Re: Separator
But how to make the button inactive in this case?you can put text: in the name field
To avoid this on mouse hover
PS
In general, it would be nice to have a "Padding" button (transparent separator) in addition to the "Separator" button.
- 19 Jul 2025 07:16
- Forum: Bug Reports
- Topic: SVG Preview x64
- Replies: 10
- Views: 1870
Re: SVG Preview x64
A little off-topic, but it would be nice to have a preview SVG files in XY file explorer.
Now for this I have to install SvgSee.
Now for this I have to install SvgSee.
- 15 Jul 2025 13:25
- Forum: Tips & Tricks, Questions & Answers
- Topic: Color filter rule for inaccessible folders
- Replies: 8
- Views: 1161
- 15 Jul 2025 09:50
- Forum: Tips & Tricks, Questions & Answers
- Topic: Color filter rule for inaccessible folders
- Replies: 8
- Views: 1161
Re: Color filter rule for inaccessible folders
Did you add it to the bottom of your color filters?, make sure it is at the top of the list. Yes. It's at the top. 1.png What happens if you disable color filters completely and then run this script colorfilter("B:prop d:#empty:X>FFFFFF,FF0000"); In this case the result looks like the one...
- 14 Jul 2025 19:06
- Forum: Tips & Tricks, Questions & Answers
- Topic: Color filter rule for inaccessible folders
- Replies: 8
- Views: 1161
Re: Color filter rule for inaccessible folders
It should also highlight e.g.: PerfLogs Recovery On my system I have access to these folders. That's why I mentioned "System Volume Information" as a bulletproof option. XYplorer_8zLHt9MYUb.png This is how proposed rule looks like. To check, the required rule I've also change the icon and...
- 14 Jul 2025 17:45
- Forum: Tips & Tricks, Questions & Answers
- Topic: Color filter rule for inaccessible folders
- Replies: 8
- Views: 1161
- 14 Jul 2025 16:24
- Forum: Tips & Tricks, Questions & Answers
- Topic: Color filter rule for inaccessible folders
- Replies: 8
- Views: 1161
Color filter rule for inaccessible folders
Tell me the equivalent of the "Custom file icons" rule for "Color filter"
Instead of changing the icon, I just want to change the color of the name text, but I couldn't find an analog of the rule.
*\ /x>Folder.red.ico //matches all inaccessible folders
Instead of changing the icon, I just want to change the color of the name text, but I couldn't find an analog of the rule.
- 14 Jul 2025 16:02
- Forum: Bug Reports
- Topic: XYplorer x64 does not copy, move, or backup.
- Replies: 58
- Views: 17780
Re: XYplorer x64 27.90.0002 beta
Context menu nexpected behavior
1. "Copy" and "Paste" menu types are not the same
2. "Paste" operation just don't work

1. "Copy" and "Paste" menu types are not the same
2. "Paste" operation just don't work

- 17 Mar 2024 18:54
- Forum: Bug Reports
- Topic: Right click slow/delay
- Replies: 28
- Views: 3276
Re: Right click slow/delay
Many swords have been broken about the context menu of the XYPlorer :) If you are using the 7zip archiver, make sure you are using the latest version. In 2022, I found a critical (for this case) bug in the 7zip program that significantly slows down the context menu on all versions of Windows OS. Her...
- 15 Nov 2022 17:18
- Forum: Tips & Tricks, Questions & Answers
- Topic: A few clarifications on the new version
- Replies: 87
- Views: 24731
Re: A few clarifications on the new version
Had some time, wrote a note :) CURRENT IMPLEMENTATION As for the memory leak , the reason is this cycle: Loop { SHParseDisplayName(pidl) ; <-- MAIN REASON: each call creates a new instance of ITEMIDLIST, and only the last remaining instance in the 'pidl' variable is freed SHBindToParent(pIShellFolde...
- 10 Nov 2022 11:54
- Forum: Tips & Tricks, Questions & Answers
- Topic: A few clarifications on the new version
- Replies: 87
- Views: 24731
Re: A few clarifications on the new version
There is a proper way to do this.
Another reason to start XY64ctxmenu at once together with XYplorer

- 08 Nov 2022 18:52
- Forum: Tips & Tricks, Questions & Answers
- Topic: A few clarifications on the new version
- Replies: 87
- Views: 24731
Re: A few clarifications on the new version
It's been a long time since I looked at the source code and I must admit that XY64ctxmenu code is much cleaner now.
But with window messages I'm not quite clear, what is the algorithm of communication between processes?
Why do you need to "ping" a window?
But with window messages I'm not quite clear, what is the algorithm of communication between processes?
Why do you need to "ping" a window?
- 08 Nov 2022 03:22
- Forum: Tips & Tricks, Questions & Answers
- Topic: A few clarifications on the new version
- Replies: 87
- Views: 24731
Re: A few clarifications on the new version
I don't see that here. Which Windows version is that? I have Windows 10 but this behavior should not depend on the OS version. To see the first problem , simply run any window message monitor and select the XY64ctxmenu window with the "AutoHotkey" class. The screenshot from the previous p...
- 16 Oct 2022 21:10
- Forum: Tips & Tricks, Questions & Answers
- Topic: A few clarifications on the new version
- Replies: 87
- Views: 24731
Re: A few clarifications on the new version
Hi It's been almost half a year since we talked and I would love to upgrade to a new version of the XY, but I can't because Something goes wrong with realization because: XYCtx window spamed with WM_TIMER messages all the time XYCtx have a memory leak I can understand the reason why you did not make...