Search found 584 matches

by MBaas
05 May 2024 15:02
Forum: Bug Reports
Topic: Writing unicode files
Replies: 2
Views: 111

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: 72

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...
by MBaas
21 Apr 2024 19:10
Forum: Wishes
Topic: Can we please have a new event "Favorites changed"?
Replies: 2
Views: 112

Re: Can we please have a new event "Favorites changed"?

Pleeease reconsider!

A small step for some, but a wonderful innovation for mankind! And I promise that I would then share my personal fav-menu system.
by MBaas
21 Apr 2024 13:52
Forum: Wishes
Topic: Can we please have a new event "Favorites changed"?
Replies: 2
Views: 112

Can we please have a new event "Favorites changed"?

It would be nice if such a CEA could be triggered whenever a new favorite (file or folder) was toggled or the relevant list was managed (and it actually changed). Might be nice to discern File/Folder, but other than that no further info is needed. Why? I am using certain conventions in the labels of...
by MBaas
19 Apr 2024 18:00
Forum: Tips & Tricks, Questions & Answers
Topic: Setting Up Context-Sensitive Keyboard Shortcuts
Replies: 8
Views: 198

Re: Setting Up Context-Sensitive Keyboard Shortcuts

So I guess the answer to the op's question is then that this functionality would be achievable with scripting. You could easily set up a script that would check if "<curpath>default_action.xys" existed and then execute it. Although...I personally do not like that idea - far too much to set...
by MBaas
19 Apr 2024 17:44
Forum: Tips & Tricks, Questions & Answers
Topic: Setting Up Context-Sensitive Keyboard Shortcuts
Replies: 8
Views: 198

Re: Setting Up Context-Sensitive Keyboard Shortcuts

Eh, sorry highend, but you can! ("Customize kbd shortcuts" supports the Del key and the assignment is effective afterwards!)
by MBaas
18 Apr 2024 14:24
Forum: Bug Reports
Topic: v25.80.0330 - Reset to trial?
Replies: 10
Views: 188

Re: v25.80.0330 - Reset to trial?

Duh...that hit me too. And as I am currently transitioning to a new laptop, I thought that suddenly something had broken in the stuff I did - and couldn't find a fault! :lol:
by MBaas
16 Apr 2024 11:21
Forum: Wishes
Topic: Zoom Address Bar seperately
Replies: 6
Views: 345

Re: Zoom Address Bar seperately

I think I ran into a situation where "Apply to" was set to ab only and the font was changed in the lists etc. as well - but unfoirtunately I don't have time right now to look into a repro. (And I'm slowly getting used to Cascadia everywhere...) Hopefully when there is a bit more time (hope...
by MBaas
15 Apr 2024 15:56
Forum: Wishes
Topic: Zoom Address Bar seperately
Replies: 6
Views: 345

Re: Zoom Address Bar seperately

...eccept that "Apply to..." does not work as I thought it would. Will have to find out if I misunderstood..
by MBaas
15 Apr 2024 15:41
Forum: Wishes
Topic: Zoom Address Bar seperately
Replies: 6
Views: 345

Re: Zoom Address Bar seperately

Oh yeah, I hadn't thought about changing the font as well - but Cascadia that really makes a difference! :tup:
by MBaas
15 Apr 2024 13:07
Forum: Wishes
Topic: Zoom Address Bar seperately
Replies: 6
Views: 345

Re: Zoom Address Bar seperately

Aaaaah...and then he understood the meaning of the "Apply to..." Button the Fonts config! :whistle:
by MBaas
15 Apr 2024 12:27
Forum: Wishes
Topic: Zoom Address Bar seperately
Replies: 6
Views: 345

Zoom Address Bar seperately

Maybe my eyes are getting worse - but when trying out evolved expressions (with lots of " and ' and ; or : etc.)in the address bar I found that I can do that MUCH easier if the address bar is zoomed - to a level where file lists exploded (well, not exactly - but I'm comfortable with those at a ...
by MBaas
12 Mar 2024 20:47
Forum: Tips & Tricks, Questions & Answers
Topic: how to debug problems with remote control?
Replies: 5
Views: 161

Re: how to debug problems with remote control?

duh...that was more difficult than expected - because I had the right idea too late :oops:

My XY ran elevated - but the sending process wasn't elevated - so it couldn't talk to XY.....
by MBaas
08 Mar 2024 06:30
Forum: Tips & Tricks, Questions & Answers
Topic: how to debug problems with remote control?
Replies: 5
Views: 161

Re: how to debug problems with remote control?

Thanks - that's useful and reassuring! :tup: