Search found 1607 matches

by eil
11 Feb 2024 13:57
Forum: Tips & Tricks, Questions & Answers
Topic: Visual Filters and Variables for Subfolder Name
Replies: 12
Views: 455

Re: Visual Filters and Variables for Subfolder Name

highend wrote: 09 Feb 2024 23:04 if ($name LikeI $path . "_*") { $files .= $fullPath . "\" . $name . <crlf>; }
Can you please explain marked commands?
I presume .= means "add the next data to end of variable's content", but i don't seem to ever see LikeI command.
by eil
11 Feb 2024 13:47
Forum: Bug Reports
Topic: File copy from computer to mobile phone
Replies: 8
Views: 369

Re: File copy from computer to mobile phone

@coukou, if you Really Need(want) to preserve file dates, you actually can do that, but you'll have to learn some XY scripting and later make a manual operation(script launch) after each such copy, basically coping dates of sources and pasting them upon new/target items. But that's worth it only IF ...
by eil
05 Feb 2024 15:56
Forum: Tips & Tricks, Questions & Answers
Topic: How to preserve old native button icons?
Replies: 6
Views: 303

Re: How to preserve old native button icons?

Forgot to tell you to set this tweak (so you are actually free to decide where to place these image files): PatchImagesPath=Patch This buttons-patching mechanic should be mentioned in Help file, at least that such trick exists. :ninja: :ninja: :ninja: Yet i still wanna understand what's the purpose...
by eil
05 Feb 2024 15:39
Forum: Tips & Tricks, Questions & Answers
Topic: How to preserve old native button icons?
Replies: 6
Views: 303

Re: How to preserve old native button icons?

This doesn't work for some reason.
2024-02-05_112829.png
2024-02-05_112829.png (34.8 KiB) Viewed 220 times
Yet i still wanna understand what's the purpose of Patchimage command as its changes are temporary. Additionally, do changes made by Patchimage get stored in some ini's temporary part, or only in RAM?(that's why only for current session)
by eil
04 Feb 2024 23:57
Forum: Tips & Tricks, Questions & Answers
Topic: How to preserve old native button icons?
Replies: 6
Views: 303

Re: How to preserve old native button icons?

Thanks for icons Don! Now i tried Patchimage and have 2 questions: 1. Silly me didn't notice Patchimage's note: "These changes are not permanent but last as long as the session." = what's the point to change some button icon/image just for current session?! I guess one is supposed to add s...
by eil
04 Feb 2024 15:32
Forum: Tips & Tricks, Questions & Answers
Topic: How to preserve old native button icons?
Replies: 6
Views: 303

How to preserve old native button icons?

I don't upgrade that often, but do check changelog and noticed Tree button icon was changed. Checked it live and i prefer old one, 'cause at least i'm not a fan of teenage flat styles. yet "old" one has more appealing colors. Surely that's my own issue, but what would be the proper way for...
by eil
31 Jan 2024 21:54
Forum: Wishes
Topic: Rich move/copy dialog - state 'merge' or 'copy flat' rather than yes/no
Replies: 1
Views: 172

Re: Rich move/copy dialog - state 'merge' or 'copy flat' rather than yes/no

Most probably Yes/No are standard like in any other dialog, so won't be able to change those.
Though i'd prefer too that Rich Copy menu would have Merge/Flat copy buttons.
by eil
26 Jan 2024 14:49
Forum: Tips & Tricks, Questions & Answers
Topic: Column order in context menu
Replies: 7
Views: 633

Re: Column order in context menu

admin wrote: 26 Jan 2024 13:04 Or you use the Column Layouts toolbar button and click Default. :)
Can this menu be accessed through standard menu?(like View>Columns>) Recently i was exactly searching how to make specific column layout to take place of default one and didn't succeed.
by eil
25 Jan 2024 23:35
Forum: Wishes
Topic: Improve the terrible drag&drop scroll behavior with a scroll speed widget
Replies: 4
Views: 416

Re: Improve the terrible drag&drop scroll behavior with a scroll speed widget

It's just my opinion and i'm not here to de-value your suggestion, but you already mentioned in description of the process, that there are many other problems with long-drag-scrolling that may happen - so maybe it's not the best way to handle the task at all..? While you're waiting for dev to say hi...
by eil
23 Jan 2024 19:31
Forum: Wishes
Topic: Forensic times - for the paranoid?
Replies: 1
Views: 347

Re: Forensic times - for the paranoid?

Use scripting and make timestamps into whatever.
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: 4549

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: 3755

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: 581

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: 581

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...