Search found 217 matches

by fishgod
27 Jun 2023 07:38
Forum: Bug Reports
Topic: base64encode/decode Umlaut Errors
Replies: 1
Views: 205

base64encode/decode Umlaut Errors

Running the following Code in the addressbar: ::msg base64decode(base64encode("ÄÖÜäöüß")); results in this message-box: xy-umlaut-base64encoding.png What's up with the encoding of these German Umlauts? Why are the lowercase äöü-letters working, but not the upper-case? In my script the base...
by fishgod
13 Apr 2023 15:23
Forum: Bug Reports
Topic: Overflow comparing files >2GB
Replies: 3
Views: 174

Re: Overflow comparing files >2GB

admin wrote: 13 Apr 2023 12:59 How exactly did you trigger the comparison?
Using Ctrl+K (default mapping: Compare current file with previous file) having the two files on both panes (one per pane) switched between panes back and forth so they are current and last file.
by fishgod
13 Apr 2023 12:18
Forum: Bug Reports
Topic: Overflow comparing files >2GB
Replies: 3
Views: 174

Overflow comparing files >2GB

Bytewise comparing two files larger than 2GB resuilts in an overflow-error like in the screenshot below: xy-overflow-compare-2gb.png Last known working version: 23.08.0001 Not working anymore since version: 23.08.0002 This looks suspiciously like a 32bit signed integer is beeing used as a internal f...
by fishgod
28 Jan 2023 10:07
Forum: Bug Reports
Topic: Icons not loaded for pathes without drive-Letter since 23.90.0403 [fixed in 24.00.0103]
Replies: 6
Views: 266

Re: Icons not loaded for pathes without drive-Letter since 23.90.0403 [fixed in 24.00.0103]

You indeed fixed it :) looking good in 24.00.0103.
I'am allways surprised by your amazing reactionspeed :beer: .
by fishgod
28 Jan 2023 09:30
Forum: Bug Reports
Topic: Icons not loaded for pathes without drive-Letter since 23.90.0403 [fixed in 24.00.0103]
Replies: 6
Views: 266

Re: Icons not loaded for pathes without drive-Letter since 23.90.0403

Won't show up at all.
Obviously because I have OneDrive disabled at all my machines ;)
by fishgod
28 Jan 2023 09:14
Forum: Bug Reports
Topic: Icons not loaded for pathes without drive-Letter since 23.90.0403 [fixed in 24.00.0103]
Replies: 6
Views: 266

Re: Icons not loaded for pathes without drive-Letter since 23.90.0403

Looks and behaves the same with 23.90.0402 and 24.00.0102.
Even .ico-Files located directly in the Links-folder (just for testing) have their icons drawn in the list.
by fishgod
28 Jan 2023 07:31
Forum: Bug Reports
Topic: Icons not loaded for pathes without drive-Letter since 23.90.0403 [fixed in 24.00.0103]
Replies: 6
Views: 266

Icons not loaded for pathes without drive-Letter since 23.90.0403 [fixed in 24.00.0103]

Since Version 23.90.0403 Icons are not loaded when the path used to access them is an absolute path without driveletter (e.g. \.icons\0.ico ) I use this a lot, normally they should(?) refer to the drive where XYplorer is located I think (so in the example above just the C: would be added and C:\.ico...
by fishgod
06 Mar 2022 10:43
Forum: Wishes
Topic: SC delete and prompts
Replies: 3
Views: 1349

Re: SC delete and prompts

I also ran into this. A delete 0, 0, $itemlist; show the attached dialog. a) the message could simply be dropped when the delete originates from a script that explicitly set recycle=0 and b) the message is slightly wrong, it sayes "Overlong File names " but the Filename itself is not overl...
by fishgod
01 Dec 2021 14:25
Forum: Bug Reports
Topic: Free Space calculation in XYcopy for junction-targets
Replies: 1
Views: 377

Free Space calculation in XYcopy for junction-targets

In my Setup, I have a folder C:\STUFF with multiple junctions pointing to different drives (a somehow poor-mans MergerFS-solution) Lets say: C:\STUFF -> actual folder on Drive0 C:\STUFF\Junction1 -> pointing to a folder on Drive1 C:\STUFF\Junction2 -> pointing to a folder on Drive2 when copying some...
by fishgod
24 Aug 2021 21:56
Forum: Wishes
Topic: Sort by Icon
Replies: 12
Views: 1771

Re: Sort by Icon

You can use this Script as Custom Column to get the behaviour highend described: $res = getkey("IconResource", ".ShellClassInfo", <cc_item>."\desktop.ini"); //get IconResource-Key from INI if($res == "") { $res = getkey("IconFile", ".ShellClassI...
by fishgod
21 Dec 2020 23:03
Forum: Bug Reports
Topic: Odds in Drives List
Replies: 10
Views: 1879

Re: Odds in Drives List

Nice, this looks really good :) Thank you :cup:
by fishgod
20 Dec 2020 22:30
Forum: Bug Reports
Topic: Odds in Drives List
Replies: 10
Views: 1879

Re: Odds in Drives List

OK, so the bars do not reflect what I have expected (and it confused other users to). So, why not make these bars represent the drive fullyness? I think that would be of much more use (and would be the more expected behaviour as the tiles-view also shows drive-fullyness) The Cluster-size is indeed i...
by fishgod
20 Dec 2020 01:42
Forum: Bug Reports
Topic: Odds in Drives List
Replies: 10
Views: 1879

Re: Odds in Drives List

I can't reproduce the view your screenshot shows, including the identical bars, while using Windows 10 20H2. I'm deducing from the screenshot that you see this problem in Windows 7, or also in Windows 10? It's not only that there are all identical, they absolutly do not reflect the drive fullyness,...
by fishgod
19 Dec 2020 23:34
Forum: Bug Reports
Topic: Odds in Drives List
Replies: 10
Views: 1879

Odds in Drives List

Two minor things in the drives-list seem odd to me: 1. Bars in used Space all look the same regardless of % free (or I am not understanding what they are trying to tell me) 2. "Per Cluster"-Column is allways shown in bytes regardless of the selected mode (e.g. flexible) See screenshot for ...
by fishgod
25 Nov 2020 08:04
Forum: Wishes
Topic: "No progress dialog on duplication" with threshold
Replies: 10
Views: 1899

Re: "No progress dialog on duplication" with threshold

Just discovered, it also applies to "intra-volume moves". While this is exactly what you documented in the changelog, its not really what I wanted. I wanted a dialog to pop up for operations that actually consume a lot of time to know what XYplorer is doing. I ran a script that moved 10 fi...