Search found 114 matches

by yuyu
23 Aug 2020 17:25
Forum: Tips & Tricks, Questions & Answers
Topic: How to focus a Download files?
Replies: 4
Views: 758

Re: How to focus a Download files?

Here is best solution I saw:
[AHK] redirecting Windows Explorer to XY
Though it needs some preparations to work.
by yuyu
18 Aug 2020 04:00
Forum: Tips & Tricks, Questions & Answers
Topic: Alternating Colors for Each line
Replies: 5
Views: 1129

Re: Alternating Colors for Each line

Capture.PNG
Capture.PNG (27.59 KiB) Viewed 1120 times
by yuyu
19 Jul 2020 05:23
Forum: Tips & Tricks, Questions & Answers
Topic: XYplorer.ini being saved as UTF-16?
Replies: 5
Views: 1406

Re: XYplorer.ini being saved as UTF-16?

yes. it's been read and stays UTF8.
by yuyu
19 Jul 2020 00:03
Forum: Tips & Tricks, Questions & Answers
Topic: XYplorer.ini being saved as UTF-16?
Replies: 5
Views: 1406

Re: XYplorer.ini being saved as UTF-16?

Hm)) What if resave it as UTF8? Will it be read?
by yuyu
18 Jul 2020 23:56
Forum: Tips & Tricks, Questions & Answers
Topic: XYplorer.ini being saved as UTF-16?
Replies: 5
Views: 1406

Re: XYplorer.ini being saved as UTF-16?

Notepad3 sees it as Unicode UTF16(BOM)
by yuyu
08 Jul 2020 05:05
Forum: Tips & Tricks, Questions & Answers
Topic: What is using Ctrl+Shift+PageUp, and PageDown? No way to customize?
Replies: 1
Views: 649

Re: What is using Ctrl+Shift+PageUp, and PageDown? No way to customize?

These combinations are hard-coded as traditional shortcuts for multi-selection in many programs dealing with lists. Because of that, I think. Tabbed browser is another case.
What about Ctrl+Shift+[ and Ctrl+Shift+]?
by yuyu
06 Jun 2020 16:36
Forum: Tips & Tricks, Questions & Answers
Topic: Wishing to sort Music Collection by Sample Rate
Replies: 4
Views: 823

Re: Wishing to sort Music Collection by Sample Rate

highend wrote: 05 Jun 2020 07:35 @yuyu
Your substr doesn't do what it should do. It just strips off one char of <crlf>, not both.
Though it worked as it was, "unvisible garbage" was accumulated. Thank you for the advice.
by yuyu
05 Jun 2020 00:06
Forum: Tips & Tricks, Questions & Answers
Topic: Wishing to sort Music Collection by Sample Rate
Replies: 4
Views: 823

Re: Wishing to sort Music Collection by Sample Rate

For .aiff sample rate and bit depth to be shown I added two scripted custom columns: return substr(runret("""C:\Program Files\MediaInfo\MediaInfo.exe"" --Inform=Audio;%SamplingRate% ""<cc_item>"""), 0, -1); return substr(runret("""C:\P...
by yuyu
30 May 2020 00:48
Forum: Tips & Tricks, Questions & Answers
Topic: Stripping characters using bulk rename, not regex
Replies: 2
Views: 832

Re: Stripping characters using bulk rename, not regex

File > Rename Special > Search and Replace...
-01/ (nothing after the slash)
by yuyu
29 Apr 2020 00:04
Forum: Tips & Tricks, Questions & Answers
Topic: "File version" column not showing data
Replies: 9
Views: 1838

Re: "File version" column not showing data

highend wrote: 28 Apr 2020 23:36 Doesn't work on 10.0.17763.107 (XY 20.90.0300), even in a fresh instance
Same here. Doesn't work on Win 10.1909
by yuyu
28 Apr 2020 23:13
Forum: Tips & Tricks, Questions & Answers
Topic: "File version" column not showing data
Replies: 9
Views: 1838

Re: "File version" column not showing data

highend wrote: 28 Apr 2020 23:07 And which version is that?
20.90.0300, also checked on 20.90.0201 and on fresh profile.
I'm on Win 7 x64 if it matters.
by yuyu
28 Apr 2020 23:06
Forum: Tips & Tricks, Questions & Answers
Topic: "File version" column not showing data
Replies: 9
Views: 1838

Re: "File version" column not showing data

File version is shown on my installation...
Capture.PNG
Capture.PNG (7.65 KiB) Viewed 1828 times
by yuyu
28 Apr 2020 02:11
Forum: Script Exchange
Topic: [AHK] redirecting Windows Explorer to XY
Replies: 107
Views: 53733

Re: [AHK] redirecting win explorer windows to XY

autocart wrote: 28 Apr 2020 01:10 -) Fixed some wrong logic in the processing of events.
That always seemed a weak point to me. Thanks for fixing!
by yuyu
04 Apr 2020 22:52
Forum: Bug Reports
Topic: File list not updated when externally modified
Replies: 19
Views: 5098

Re: File list not updated when externally modified

I confirm this issue on Win 7 x64.