Search found 1611 matches

by eil
18 Jan 2024 16:34
Forum: Wishes
Topic: Option to have tree view per split pane instead of only one that affects both
Replies: 31
Views: 4677

Re: Option to have tree view per split pane instead of only one that affects both

Menu | Tools | Configuration... | General | Custom Event Actions Other Events Switch panes Action: Run script Script: if (get("pane") == 1) { #691; } else { #693; } Though i'm not much of a 2 panels users, surprisingly i liked this approach. The only flaw is that when the tree is moved to...
by eil
08 Jan 2024 13:32
Forum: Tips & Tricks, Questions & Answers
Topic: How to select (and drag) multiple files?
Replies: 16
Views: 3785

Re: How to select (and drag) multiple files?

I click and drag the selected group of files, but it reverts back to just selecting the file where my mouse was for the start of the drag operation. WHen i have a single file selected to drag into an app (for opening or processing), it requires a second attempt to be successful. The first click and...
by eil
06 Jan 2024 19:28
Forum: Wishes
Topic: CEA Before Switch Tabs
Replies: 4
Views: 607

Re: CEA Before Switch Tabs

Will remind later.
by eil
05 Jan 2024 21:33
Forum: Wishes
Topic: CEA Before Switch Tabs
Replies: 4
Views: 607

CEA Before Switch Tabs

There is already a CEA Switch Tabs , but that effects only the selected tab(the one you switched to). So i propose additional CEA Before Switch Tabs , that would allow to effect the "old tab"(one you switch from) = the selected effect/scripts happens right before switch and only then focus...
by eil
04 Jan 2024 18:57
Forum: Tips & Tricks, Questions & Answers
Topic: Compeare loaded PaperFolder with its actual file?
Replies: 2
Views: 437

Re: Compeare loaded PaperFolder with its actual file?

highend thank you for code examples. For pity seem like my idea won't work, as while trying codes i understood CEA Tabs Switch makes action After one gets to another tab, If Don reads this = how about another CEA for making action Before switching to another tab?(so one soe actions can happen in cur...
by eil
03 Jan 2024 23:33
Forum: Tips & Tricks, Questions & Answers
Topic: Compeare loaded PaperFolder with its actual file?
Replies: 2
Views: 437

Compeare loaded PaperFolder with its actual file?

I like to keep my PaperFolders in Explicit Save mode. But sometimes this leads to little inconvenience, like say i add some items, switch to other app doing stuff, and then back to XY, switching tab and losing those items, 'cause i forgot i didn't make manual save. Not a big deal and as i understand...
by eil
30 Dec 2023 10:49
Forum: Bug Reports
Topic: Sluggish
Replies: 23
Views: 1582

Re: Sluggish

@napleswebguy of course you are going to say XY is fault for your system filled with crap and being sluggish hahaha.
by eil
30 Dec 2023 10:44
Forum: Tips & Tricks, Questions & Answers
Topic: Side toolbar example:
Replies: 2
Views: 456

Re: Side toolbar example:

As an overall advice on your desire: use catalog that is not combined with tree(takes whole vertical size). Yet you can add CEA to react on location change and switch between many pre-made catalogs, basically resembling desired toolbars. The main drawback is that Catalog can't be made extra-narrow t...
by eil
25 Dec 2023 22:18
Forum: Wishes
Topic: Automatic tab switching when hovering over tabs
Replies: 6
Views: 605

Re: Automatic tab switching when hovering over tabs

Browser tabs in the mouse hover trigger function, I can set the delay, such as hovering 0ms or 50ms or 500ms before triggering, this feature I have used for several years, get used to it, I think it is particularly convenient and easy to use. Because the work often need to switch tabs frequently, t...
by eil
25 Dec 2023 10:36
Forum: Wishes
Topic: New feature request -Add tabs for Video ,Audio and Images ,recent
Replies: 2
Views: 400

Re: New feature request -Add tabs for Video ,Audio and Images ,recent

Check Help file for how to add filters to Catalog = will allow exactly what you want.
by eil
25 Dec 2023 10:33
Forum: Wishes
Topic: Multi step shortcuts
Replies: 7
Views: 1011

Re: Multi step shortcuts

Welcome to XY's scripting that already can do such stuff.
by eil
17 Dec 2023 22:42
Forum: Wishes
Topic: Speed up copy queue & Find Dupes by content + create path with backslash
Replies: 4
Views: 390

Re: Speed up copy queue & Find Dupes by content + create path with backslash

You don't need a trailing backslash. XY Help needs an update: Address Bar topic > (17) When you attempt to go to a non-existing location you are prompted to create it on the fly. Will also create whole new paths (as long as the drive exists and is writable). Note that the location must end with a b...
by eil
16 Dec 2023 23:35
Forum: Wishes
Topic: Speed up copy queue & Find Dupes by content + create path with backslash
Replies: 4
Views: 390

Re: Speed up copy queue & Find Dupes by content + create path with backslash

Creating directory with Backslash : If I create a directory called "a\b\c", XYPlorer tells me, that it cannot create it. Of course, a backslash is not allowed in a name (using ntfs on this drive). What I wanted to achieve is a directory "a" with a subdirectory "b" (ins...
by eil
15 Dec 2023 09:08
Forum: Wishes
Topic: Base64 encoded icons in XY.
Replies: 28
Views: 3164

Re: Base64 encoded icons in XY.

RalphM: example works well, but i'm reminding about full-on support(for catalog, tabs, etc).
by eil
14 Dec 2023 18:21
Forum: Wishes
Topic: Base64 encoded icons in XY.
Replies: 28
Views: 3164

Re: Base64 encoded icons in XY.

Just in case, little reminder, since it's half December already.