Search found 1414 matches

by binocular222
12 Jun 2016 09:04
Forum: Tips & Tricks, Questions & Answers
Topic: [Scripting] Sort fail
Replies: 2
Views: 1118

Re: [Scripting] Sort fail [solved]

Thanks, that works.
by binocular222
12 Jun 2016 03:20
Forum: Tips & Tricks, Questions & Answers
Topic: [Scripting] Sort fail
Replies: 2
Views: 1118

[Scripting] Sort fail

$list1 = <<<HEREDOC x?tag1 a?tag1 b?tag1 x?tag2 a?tag2 b?tag2 HEREDOC; foreach ($tag, 'tag1, tag2', ", ") { $matches = regexmatches($list1, "^.*\?$tag", "<crlf>"); $list = regexreplace(regexreplace($matches, "\?.*"),"^.*\\"); $list = formatlist($lis...
by binocular222
09 Jun 2016 15:09
Forum: Other Software
Topic: XYplorer on Wikipedia
Replies: 33
Views: 12881

Re: XYplorer on Wikipedia

I notice a small mistake:

Code: Select all

Stable release	16.90.0200[2] / May 18, 2015; 12 months ago
by binocular222
07 Jun 2016 14:34
Forum: Tips & Tricks, Questions & Answers
Topic: Slow to retrieve "Computer" icon
Replies: 3
Views: 1308

Re: Slow to retrieve "Computer" icon

Oh, I'm wrong, that's due to an entry pointing to a network folder
i.e: When I: drive is unavailable, this script takes 8-10 secs to load

Code: Select all

I:\Path\Sample
C:\Path\Sample
by binocular222
04 Jun 2016 04:11
Forum: Tips & Tricks, Questions & Answers
Topic: Slow to retrieve "Computer" icon
Replies: 3
Views: 1308

Slow to retrieve "Computer" icon

To retrieve "Computer" icon via Favourite or Scripting, i.e: "Title|Computer" echo Hi, XY tries to read network drive's availability, thus slow down significantly (5-6 seconds delay if the drive is unavailable).
by binocular222
27 May 2016 09:39
Forum: Wishes
Topic: Prevent duplicate tabs
Replies: 20
Views: 5867

Re: Prevent duplicate tabs

You said I'm wrong while your point "b)" repeat my point. You said Don implemented trivial features from times to times? That depend on his own judgment. I want to point out that "ordinary user" cannot have enough support to affect Don's judgment: When Don considers whether to in...
by binocular222
27 May 2016 09:06
Forum: Wishes
Topic: Prevent duplicate tabs
Replies: 20
Views: 5867

Re: Prevent duplicate tabs

When the need araise (by either ordinary or experienced users): - Experienced users devised some workarounds or scripts to "live with that temporary solution". But it's too complex for ordinary user to capture => Experienced users still happy but no support for ordinary users' requests. - ...
by binocular222
27 May 2016 08:27
Forum: Wishes
Topic: Prevent duplicate tabs
Replies: 20
Views: 5867

Re: Prevent duplicate tabs

Acecool made a point here: XY develops too many non-essential features while the essential ones are ignored/delayed. Many cool things stays on "To do list" for too long, i.e: Live Filter, Multi-row Tabs,... while trivial things like folder size caching got implemented. But 1) It's subject...
by binocular222
18 May 2016 05:58
Forum: Wishes
Topic: Column autosize idea...
Replies: 23
Views: 5534

Re: Column autosize idea...

Tweak: AutosizeColumnsMaxWidth
by binocular222
15 May 2016 12:06
Forum: Bug Reports
Topic: Open with OS default fail with folder
Replies: 3
Views: 1419

Re: Open with OS default fail with folder

Mine is Win 7 Enterprise x64
by binocular222
15 May 2016 02:52
Forum: Bug Reports
Topic: Open with OS default fail with folder
Replies: 3
Views: 1419

Open with OS default fail with folder

#1053 on folder => that folder is opened with XY instead of Windows Explorer (XY is not default file manager)

P.S: Portable Openwith menu show cmd.exe /s /k pushd "%V"
This does not appear in PFA edit list
What does that mean?
by binocular222
09 May 2016 16:18
Forum: Tips & Tricks, Questions & Answers
Topic: Show Folder Sizes
Replies: 17
Views: 7124

Re: Show Folder Sizes

To toggle "show folder size" (or do something with List in general) a typical user would look in this logical order: 1. Right click List/column header 2. Menu View 3. Config 4. Toolbar 5. Tools > List management 6. ini Tweak The problem is: I) There is no one-stop-shop. Even "Help > L...
by binocular222
04 May 2016 06:50
Forum: Tips & Tricks, Questions & Answers
Topic: Property() very slow on network location
Replies: 1
Views: 824

Property() very slow on network location

Example: echo <prop System.Document.LastAuthor> This takes about 10 seconds to return (as if XY attemps to login network server). I'm using wired LAN connection into company's network, which should be very fast. Is this normal? Anyway to seed things up? I have tweak StatusBar3OnFile to return these ...
by binocular222
04 May 2016 06:25
Forum: Tips & Tricks, Questions & Answers
Topic: How do I click on the desktop to launch a new xy window?
Replies: 7
Views: 2375

Re: How do I click on the desktop to launch a new xy window?

So, it should be a 3rd party software which monitor "click-on-desktop" and fire XY accordingly => It's not XY business anyway.
by binocular222
04 May 2016 05:12
Forum: Tips & Tricks, Questions & Answers
Topic: How do I click on the desktop to launch a new xy window?
Replies: 7
Views: 2375

Re: How do I click on the desktop to launch a new xy window?

I cannot imagine how can you expect to click on empty space to launch a new window? I have never seen any program can do that. Or are you mentioning Tablet mode?