Search found 84 matches

by Antieve
29 Oct 2025 10:31
Forum: Wishes
Topic: Color depth info in HoverBox
Replies: 2
Views: 384

Re: Color depth info in HoverBox

doesn't mean you have to post it here Correct me if I'm wrong, but this is the section for posting desired features, and there I simply asked a question and made sure that this feature does not exist. It would be naive to hope that anyone would even pay attention to a question posted in the wrong s...
by Antieve
28 Oct 2025 15:21
Forum: Wishes
Topic: Color depth info in HoverBox
Replies: 2
Views: 384

Color depth info in HoverBox

Situations occasionally arise where you need to immediately identify the bit depth of images. It would be nice to add color depth info in the images hoverbox Like :... 8 Bits/Channel (also referred to as 24-bit color) / 16 Bits/Channel (also referred to as 48-bit color) / etc 2025-10-26_20-03.png
by Antieve
26 Oct 2025 18:14
Forum: Tips & Tricks, Questions & Answers
Topic: Color depth in HoverBox
Replies: 0
Views: 504

Color depth in HoverBox

Hi.
Is there any way to add color depth info in the images hoverbox?

Like:...8 Bits/Channel (also referred to as 24-bit color) / 16 Bits/Channel (also referred to as 48-bit color) / etc

2025-10-26_20-03.png
2025-10-26_20-03.png (29.31 KiB) Viewed 504 times
by Antieve
24 Jul 2025 19:46
Forum: Wishes
Topic: Separator
Replies: 10
Views: 4557

Re: Separator

admin wrote: 24 Jul 2025 19:14 In the next beta you can set ToolbarSepFac to a negative value to suppress drawing the separator.
Thx! We look forward to it!
by Antieve
20 Jul 2025 10:29
Forum: Wishes
Topic: Separator
Replies: 10
Views: 4557

Re: Separator

you can put text: in the name field
But how to make the button inactive in this case?
To avoid this on mouse hover
XYplorer_wx4ogPge7V.png
XYplorer_wx4ogPge7V.png (1.26 KiB) Viewed 3488 times

PS
In general, it would be nice to have a "Padding" button (transparent separator) in addition to the "Separator" button.
by Antieve
19 Jul 2025 07:16
Forum: Bug Reports
Topic: SVG Preview x64
Replies: 10
Views: 2562

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.
by Antieve
15 Jul 2025 13:25
Forum: Tips & Tricks, Questions & Answers
Topic: Color filter rule for inaccessible folders
Replies: 8
Views: 1386

Re: Color filter rule for inaccessible folders

jupe wrote: 15 Jul 2025 10:36 I see the issue, you shouldn’t have the colors at the end of the definition, remove them and set via btns instead or add it via list mgmt instead.
You are right, thx!
B:prop:#empty:X
+ manual color set works just fine!

highend, thx!
by Antieve
15 Jul 2025 09:50
Forum: Tips & Tricks, Questions & Answers
Topic: Color filter rule for inaccessible folders
Replies: 8
Views: 1386

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...
by Antieve
14 Jul 2025 19:06
Forum: Tips & Tricks, Questions & Answers
Topic: Color filter rule for inaccessible folders
Replies: 8
Views: 1386

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...
by Antieve
14 Jul 2025 17:45
Forum: Tips & Tricks, Questions & Answers
Topic: Color filter rule for inaccessible folders
Replies: 8
Views: 1386

Re: Color filter rule for inaccessible folders

highend wrote: 14 Jul 2025 16:51 Something like this should work: B:prop:#empty:X>FFFFFF,FF0000
Unfortunately no.
The rule is easy to check, for example, in the root of the disk it should highlight only the "System Volume Information" folder (by default).
by Antieve
14 Jul 2025 16:24
Forum: Tips & Tricks, Questions & Answers
Topic: Color filter rule for inaccessible folders
Replies: 8
Views: 1386

Color filter rule for inaccessible folders

Tell me the equivalent of the "Custom file icons" rule for "Color filter"

*\ /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.
by Antieve
14 Jul 2025 16:02
Forum: Bug Reports
Topic: XYplorer x64 does not copy, move, or backup.
Replies: 58
Views: 18833

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

Image
by Antieve
17 Mar 2024 18:54
Forum: Bug Reports
Topic: Right click slow/delay
Replies: 28
Views: 3596

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...
by Antieve
15 Nov 2022 17:18
Forum: Tips & Tricks, Questions & Answers
Topic: A few clarifications on the new version
Replies: 87
Views: 25458

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...
by Antieve
10 Nov 2022 11:54
Forum: Tips & Tricks, Questions & Answers
Topic: A few clarifications on the new version
Replies: 87
Views: 25458

Re: A few clarifications on the new version

admin wrote: 10 Nov 2022 07:02 In the theoretical case that XY goes down (which of course never happens in reality), the XY64ctxmenu process closes itself.
There is a proper way to do this.
Another reason to start XY64ctxmenu at once together with XYplorer ;)