Search found 2824 matches

by jupe
25 May 2024 03:59
Forum: Tips & Tricks, Questions & Answers
Topic: syn () function ant tag
Replies: 3
Views: 80

Re: sync () function and tag

If your main aim is backing up all the the tags/lbl/cmt/ex, I'd suggest just exporting the tags into the root folder first before the sync operation, then all the tags are in 1 file and backed up in the same sync command. Check out SC tagexport. Also FYI if you use the script posted, be aware that i...
by jupe
24 May 2024 22:13
Forum: Tips & Tricks, Questions & Answers
Topic: Rapid Access
Replies: 30
Views: 723

Re: Rapid Access

Don, I noticed that s mode of SC raf, seems to work the same as a mode and just add items, additionally it seems that r mode can wipe the whole list under certain conditions, repro: raf(<xydata>, a); raf(<xypath>, s); showintree "%rapidaccess%", 1; msg "Watch RAF be emptied when you c...
by jupe
24 May 2024 08:33
Forum: Bug Reports
Topic: SC filetime
Replies: 1
Views: 50

SC filetime

I have noticed something a little unexpected with filetime behavior, if no file selected, or a non existent file is supplied, the return is a zero date of 1899-12-30 00:00:00, do you think it should instead return null?

eg. sel 0; e filetime() . <crlf> . filetime("whatever.ext");
by jupe
22 May 2024 20:38
Forum: Bug Reports
Topic: Dragging items onto each other now possible
Replies: 1
Views: 75

Dragging items onto each other now possible

Just upgraded to v26.00.0001 from .0157 and noticed what must be a recent change, now if I drag a file in the list, and hover itself, it shows the source item as a valid drop target, and then shows an error if dropped though. So to repro try drag a file onto itself or any other file, or a folder fro...
by jupe
20 May 2024 05:18
Forum: Tips & Tricks, Questions & Answers
Topic: Extract and rename extracted files
Replies: 4
Views: 76

Re: Extract and rename extracted files

You probably just need a refreshlist; after the zip_extract though if you didn't want to rewrite the whole thing.
by jupe
20 May 2024 00:21
Forum: Bug Reports
Topic: sorting by labels
Replies: 9
Views: 167

Re: sorting by labels

It's a command number, you can look them up in

Help | List All Commands
by jupe
20 May 2024 00:20
Forum: Tips & Tricks, Questions & Answers
Topic: Rapid Access
Replies: 30
Views: 723

Re: Rapid Access

Looks fixed now, thanks.

Another thing though is that in fresh, if RAF is enabled and then middle clicked on in tree, the icon is missing off the BG tab until switched to, it's the same however its done, eg. tab("newb", "%rapidaccess%");
by jupe
19 May 2024 22:51
Forum: Bug Reports
Topic: Bug opening files with overlong paths (259+ characters)
Replies: 29
Views: 598

Re: Bug opening files with overlong paths (259+ characters)

Your requests are probably better placed here

https://code.videolan.org/videolan/vlc/-/issues/25640
https://code.videolan.org/videolan/vlc/-/issues/24246

Or if you really wanted to, you should be able to write a quick batch file to modify the manifest using ResHacker.
by jupe
19 May 2024 03:04
Forum: Bug Reports
Topic: sorting by labels
Replies: 9
Views: 167

Re: sorting by labels

Yeah, definitely looks like a bug, possibly since soft Labels were added, in the meantime you could use something like this instead:

sortby "Label", "clk";

Moved topic to Bug reports.
by jupe
19 May 2024 03:03
Forum: Bug Reports
Topic: Drag and Drop to Another Application
Replies: 2
Views: 80

Re: Drag and Drop to Another Application

You could try toggling this,

Configuration | Other | Shell Integration | Drag and Drop | Extended compatibility for clipboard and drag and drop
by jupe
19 May 2024 02:56
Forum: Tips & Tricks, Questions & Answers
Topic: Open 2nd Pane on Bottom
Replies: 2
Views: 83

Re: Open 2nd Pane on Bottom

Try this:

Panes | Swap Panes
by jupe
18 May 2024 07:26
Forum: Wishes
Topic: Increase Info Panel area when you increase text size
Replies: 3
Views: 93

Re: Increase Info Panel area when you increase text size

You're intentionally breaking the layout with such a large font size, to set max IP size you only need Shift+F12, you could try changing your scaling if necessary.

Anyway the developer might have better advice for you, we'll see.
by jupe
18 May 2024 07:00
Forum: Wishes
Topic: Rapid Access Always visible
Replies: 6
Views: 170

Re: Rapid Access Always visible

Tools | Customize Tree | Lock Tree
by jupe
18 May 2024 06:41
Forum: Bug Reports
Topic: Doubled up items in Search Results
Replies: 2
Views: 77

Doubled up items in Search Results

Since I began using XYplorer I have occasionally noticed items were doubled up in search results, ie. duplicate items, I have never been able to build repro steps, it seemed erratic, but now I have finally managed to, but only in a certain scenario, I have no idea if resolving this will fix those ot...