Search found 597 matches

by MBaas
21 May 2024 08:20
Forum: Wishes
Topic: Indicate "isFavorite"
Replies: 12
Views: 175

Re: Indicate "isFavorite"

There is a better way! (at least IMHO) You'll need a label "Favorite" and then you can do this: // get all items with Favorite tag $lst = quicksearch("label:Favorite", "*",<crlf>); // remove all Favorite labels tag("Favorite",$lst,0,2); $favs = favs("d&qu...
by MBaas
15 May 2024 08:55
Forum: Tips & Tricks, Questions & Answers
Topic: Rapid Access
Replies: 20
Views: 429

Re: Rapid Access

:tup: I paniced as well! ;)
by MBaas
13 May 2024 18:41
Forum: Wishes
Topic: Indicate "isFavorite"
Replies: 12
Views: 175

Re: Indicate "isFavorite"

That's a neat idea, thanks! Will experiment... :)
by MBaas
13 May 2024 15:31
Forum: Wishes
Topic: Indicate "isFavorite"
Replies: 12
Views: 175

Re: Indicate "isFavorite"

Ah, ok - that explains it. I don't use the tree (I try to avoid using the mouse).
by MBaas
13 May 2024 15:04
Forum: Wishes
Topic: Indicate "isFavorite"
Replies: 12
Views: 175

Re: Indicate "isFavorite"

Interesting - I don't see that.

I did search settings for "Fav" - but nothing came up that would have this effect - so I wonder why I'm not seeing that...
by MBaas
13 May 2024 14:16
Forum: Wishes
Topic: Indicate "isFavorite"
Replies: 12
Views: 175

Indicate "isFavorite"

Wouldn't it be nice if Favorites (files and folders) were easily recognizeable when looking at the listing of a folder? :) I think so! Perhaps there could be a special color combination for favorite items in lists or maybe their names could be prefixed with a certain (unicode) symbol like "★&qu...
by MBaas
07 May 2024 09:55
Forum: Wishes
Topic: No help entry for Rapid Access Folders
Replies: 9
Views: 596

Re: No help entry for Rapid Access Folders

Will there also be scripting command to read/write the RAF list? (or is already doable?)
by MBaas
06 May 2024 10:48
Forum: Bug Reports
Topic: Writing unicode files
Replies: 13
Views: 325

Re: Writing unicode files

Indeed - the folder name had "ä" in it (61 CC C9) which was faithfully reproduced when the file was created. It's many years old - I have no idea how it got in there. Possibly I used an inferior file mgr and for sure a different O/S. What a weird one - thanks for bearing with me and apolog...
by MBaas
06 May 2024 10:15
Forum: Bug Reports
Topic: Writing unicode files
Replies: 13
Views: 325

Re: Writing unicode files

It's weird! I tried to write lots of "ä"s - they all were correct. Just my real use case (with the folder name "Gehälter") and the random repro seem to expose that behavior...
by MBaas
06 May 2024 09:45
Forum: Bug Reports
Topic: Writing unicode files
Replies: 13
Views: 325

Re: Writing unicode files

It never lied to me (so far). i#ve attached the zipped file if you wanna check yourself.
by MBaas
06 May 2024 09:13
Forum: Bug Reports
Topic: Writing unicode files
Replies: 13
Views: 325

Re: Writing unicode files

Looks good as werll:

Code: Select all

00000000: 22 4D 65 69 6E 20 42 65 68 C3 A4 6C 74 65 72 22   "Mein Behälter"
00000010: 20 43 3A 5C 44 61 74 61 5C 4D 65 69 6E 20 42 65    C:\Data\Mein Be
00000020: 68 C3 A4 6C 74 65 72 5C                           hälter\        
by MBaas
06 May 2024 08:58
Forum: Bug Reports
Topic: Writing unicode files
Replies: 13
Views: 325

Re: Writing unicode files

Code: Select all

"Mein Behälter" C:\Data\Mein Behälter\
by MBaas
06 May 2024 08:22
Forum: Bug Reports
Topic: Writing unicode files
Replies: 13
Views: 325

Re: Writing unicode files

Just to confirm...I changed my system settings - but it did not affect the result of writefile! My settings now match yours: (at least we know now that THIS did not cause the difference - as you said!) System / Thread Locale ID: 1033 (en-US) / 1033 (en-US) Default ANSI Code Page: 1252 (ANSI - Latin ...
by MBaas
05 May 2024 15:02
Forum: Bug Reports
Topic: Writing unicode files
Replies: 13
Views: 325

Writing unicode files

I just noticed a problem when I tried to process that I exported from XY. For a repro, try this: writefile("foo1.txt","""Mein Behälter"" C:\Data\Mein Behälter\",,"utf8bom"); Open foo1.txt with a binary editor and examine the two "ä"s: the f...
by MBaas
05 May 2024 14:06
Forum: Tips & Tricks, Questions & Answers
Topic: Script does not contain any valid lines?!
Replies: 0
Views: 209

Script does not contain any valid lines?!

I have a nice small script: include "FSquare.xyi"; $men = GenFMenu("","","df",2,0, "goto %"); echo "done"; When I attempt to load it, XY complains it's not valid ("Script file '...FSquare-build.xys' does not contain any valid lines.&qu...