Search found 589 matches

by tiago
29 Jul 2016 01:13
Forum: Bug Reports
Topic: Context Menu Crash
Replies: 10
Views: 3009

Re: Context Menu Crash

XYplorer context menu always fails to me when clicking on high zipped files count. The more items it have, the longer XY takes to recover. In some cases, 5 hours of waiting wasn't enough then I decided to force shut the program. Very unpleasant.

Win explorer takes no time on the same files.
by tiago
28 Jul 2016 22:39
Forum: Bug Reports
Topic: drive appears twice
Replies: 67
Views: 10200

Re: drive appears twice

Often happens when plugging USB drives: thumb and external HDDs.
by tiago
04 Jul 2016 05:47
Forum: Wishes
Topic: wish for sc get
Replies: 1
Views: 910

wish for sc get

sc get seems to be suitable to support a way to get all columns' data on what's visible in list: items count, folder sizes, anything instead of having to use PITA report-related ways, often slow and sometimes complicated to build. Whole list, in the sense that 'everything else out of the view port',...
by tiago
04 Jul 2016 05:36
Forum: Wishes
Topic: AND-driven comparison logic for dupes search
Replies: 2
Views: 1257

Re: AND-driven comparison logic for dupes search

Will do, thank you for listening.
by tiago
04 Jul 2016 05:34
Forum: Wishes
Topic: Live Filter for List & Quick Search Bar
Replies: 52
Views: 12147

Re: Live Filter for List & Quick Search Bar

Live Filter should not start a new search on a search results list. I guess I have read this kind of list is yet to be done, tho. Badly missing.
by tiago
30 Jun 2016 01:35
Forum: Tips & Tricks, Questions & Answers
Topic: A bit of regex help needed
Replies: 101
Views: 22058

Re: A bit of regex help needed

The point is I'm having the need of specific regexes for each case described as they are all present on single documents, so a one-for-all token-wise solution won't do.

Thank you for helping, highend.
by tiago
30 Jun 2016 01:26
Forum: Wishes
Topic: AND-driven comparison logic for dupes search
Replies: 2
Views: 1257

AND-driven comparison logic for dupes search

When I tick 'name' and 'size' for dupes search, that should mean exactly that: dupes are defined as such if their name AND size match. For instance: -it makes no sense assuming a file_p1.rar is a dupe with file_p2.rar just because they have the same size. They're on the same folder, they CAN'T be th...
by tiago
26 Jun 2016 00:06
Forum: Tips & Tricks, Questions & Answers
Topic: A bit of regex help needed
Replies: 101
Views: 22058

Re: A bit of regex help needed

Hello, highend! Thanks for the prompt reply on this busy saturday I'm having. As far as I can tell your code splits elements to the first 4 tokens '\' divided, right? Say I'd need to state manually ? h4\static\Windows\win32\Manifests\ or d4\optim\Windows - yes, no '\' here. or ! r3\static\ what coul...
by tiago
25 Jun 2016 23:26
Forum: Tips & Tricks, Questions & Answers
Topic: A bit of regex help needed
Replies: 101
Views: 22058

Re: A bit of regex help needed

Input: ? h4\static\Windows\win32\Manifests\x86_microsoft-windows-ndisuio.resources_31bf3856ad364e35_6.1.7600.16385_pt-br_9dc57ae50d7ad254.manifest d4\optim\Windows\winsxs\x86_ph3xibc9.inf_31bf3856ad364e35_6.1.7600.16385_none_4482afc18dfa7358 ! r3\static\Windows\win64\x86_netgb6.inf_31bf3856ad364e35_...
by tiago
23 Jun 2016 19:24
Forum: Wishes
Topic: Millions of Files
Replies: 12
Views: 3183

Re: Millions of Files

:tup: thanks.
by tiago
23 Jun 2016 19:22
Forum: Tips & Tricks, Questions & Answers
Topic: Generic questions
Replies: 1
Views: 707

Generic questions

Do Wipe function erases TOC entries?

Having 'show folder sizes' + items count active, how can I retrieve what's being drawn on list WITHOUT doing something like...

Code: Select all

text report("{name}{dir , <DIR> {count} items - {size}| ({size})}<crlf>");
as it implies a second pass of count?
by tiago
23 Jun 2016 17:02
Forum: Wishes
Topic: Millions of Files
Replies: 12
Views: 3183

Re: Millions of Files

That's the point: pressing the main button I got no options at all to choose from. Follow up: I expected the whole day for a prompt. The mouse pointer displayed the 'processing' animation each time I went to check. Using 3rd party tools I made a .zip replicating the dir structure, unzipped it into a...
by tiago
22 Jun 2016 17:25
Forum: Wishes
Topic: Millions of Files
Replies: 12
Views: 3183

Re: Millions of Files

The one from the button 'reports' at the custom copy window.
-still waiting...
by tiago
22 Jun 2016 16:37
Forum: Wishes
Topic: Millions of Files
Replies: 12
Views: 3183

Re: Millions of Files

Another one:
it's 35 minutes now I'm waiting for the report of +106k files to be drawn so I can make record of them.
by tiago
20 Jun 2016 20:08
Forum: Tips & Tricks, Questions & Answers
Topic: Processing Semicolon
Replies: 31
Views: 7274

Re: Processing Semicolon

Thank you for the code, highend! :beer: