Search found 33 matches

by unabatedshagie
25 Sep 2025 09:40
Forum: Tips & Tricks, Questions & Answers
Topic: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
Replies: 703
Views: 299547

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Having moved to MacOS within the last few days, I can't wait for a potential Mac version of this. Finder is just soooooooooo shit for managing files, although basically everything is shit compared to XY.
by unabatedshagie
24 Jul 2025 08:52
Forum: Tips & Tricks, Questions & Answers
Topic: Only showing folder that contain the item searched for?
Replies: 2
Views: 560

Re: Only showing folder that contain the item searched for?

I assumed there would be a way, there seems to be a way to do basically anything in this program.

Thanks.
by unabatedshagie
24 Jul 2025 08:40
Forum: Tips & Tricks, Questions & Answers
Topic: Only showing folder that contain the item searched for?
Replies: 2
Views: 560

Only showing folder that contain the item searched for?

I don't think this is possible but I guess Ill ask. I have a directory of audiobooks, I'm in the process of converting them from multiple mp3's to m4b's. I'm currently just doing a search for .mp3 files in my audiobook directory which is giving me a list of thousands of files. I'm wondering if it is...
by unabatedshagie
19 Jul 2025 16:10
Forum: Tips & Tricks, Questions & Answers
Topic: Having a column that shows total number of items in a folder
Replies: 3
Views: 753

Re: Having a column that shows total number of items in a folder

highend wrote: 19 Jul 2025 16:03 Or in its own scripted custom column:
E.g.:

Code: Select all

$items = foldersize(<cc_item>, "<f>|<d>", 1);
    $total = gettoken($items, 1, "|") + gettoken($items, 2, "|");
    return $total
Switch 0 to 1 if these values should be recursive
Perfect, thanks.
by unabatedshagie
19 Jul 2025 15:51
Forum: Tips & Tricks, Questions & Answers
Topic: Having a column that shows total number of items in a folder
Replies: 3
Views: 753

Having a column that shows total number of items in a folder

I tried adding the column with the property file count but it doesn't seem to show the number of files in a folder, it just shows ---
by unabatedshagie
10 Jun 2025 12:24
Forum: Tips & Tricks, Questions & Answers
Topic: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
Replies: 703
Views: 299547

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

I was just checking as the other ones were named XYplorerTB.exe
by unabatedshagie
10 Jun 2025 11:41
Forum: Tips & Tricks, Questions & Answers
Topic: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
Replies: 703
Views: 299547

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Are we just supposed to replace the actual XYplorer exe file now?
by unabatedshagie
07 Jun 2025 13:30
Forum: Tips & Tricks, Questions & Answers
Topic: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
Replies: 703
Views: 299547

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

I know you're working on the dongle/signing thing, but is there a rough ETA on a TB version that doesn't crash when dragging things? What crashes do you get ? I tried internal from pane to pane in XY and external Fron/to XY without any crash. Tested with XYplorerTB 27.00.0407 I'm using 27.00.0502, ...
by unabatedshagie
07 Jun 2025 01:05
Forum: Tips & Tricks, Questions & Answers
Topic: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
Replies: 703
Views: 299547

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

I know you're working on the dongle/signing thing, but is there a rough ETA on a TB version that doesn't crash when dragging things?
by unabatedshagie
28 May 2025 12:57
Forum: Tips & Tricks, Questions & Answers
Topic: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
Replies: 703
Views: 299547

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

I'm also getting the crash when dragging.

I'm trying to drag a file into a folder in the same directory. Left click dragging.

Configuration | Other | Shell Integration | Drag and Drop | Use standard shell drag and drop is enabled.

It also crashes if I disable that option.
by unabatedshagie
20 May 2025 22:13
Forum: Tips & Tricks, Questions & Answers
Topic: Is it possible to exclude words like "a", "an" and "the" from the name sort?
Replies: 3
Views: 827

Re: Is it possible to exclude words like "a", "an" and "the" from the name sort?

jupe wrote: 20 May 2025 22:09 Enable this:

Tools | Customize List | [x] Ignore Articles When Sorting
Awesome, thanks.
by unabatedshagie
20 May 2025 15:30
Forum: Tips & Tricks, Questions & Answers
Topic: Is it possible to exclude words like "a", "an" and "the" from the name sort?
Replies: 3
Views: 827

Is it possible to exclude words like "a", "an" and "the" from the name sort?

My brain automatically ignores words like "The" when thinking where a folder or file would be, so I'd automatically go looking for a folder called "The Beatles" under B and not T.

Is there any way of getting Xyplorer to sort the name column like this?
by unabatedshagie
02 Sep 2023 09:19
Forum: Tips & Tricks, Questions & Answers
Topic: Windows Defender detecting xy as a threat
Replies: 3
Views: 395

Windows Defender detecting xy as a threat

I just installed the latest beta version of xy and Windows Defender got its knickers in a twist. Detected it as a severe threat and automatically quarantined it, which while being slightly annoying, is good that it is actually doing its job correctly.
2023-09-02_08-16-58.png
2023-09-02_08-16-58.png (81.49 KiB) Viewed 395 times
by unabatedshagie
20 Jan 2023 08:43
Forum: Tips & Tricks, Questions & Answers
Topic: How can I clear this list in the move/copy/backup context menu?
Replies: 3
Views: 526

Re: How can I clear this list in the move/copy/backup context menu?

Thanks, one of the unfortunate things about having something that can do as much as XY is knowing where to look to find certain settings.