Search found 13211 matches

by highend
10 Apr 2024 23:16
Forum: Tips & Tricks, Questions & Answers
Topic: report() stopped working !?
Replies: 7
Views: 153

Re: report() stopped working !?

add a step; above the loop, does it still fail when stepping through the script?
by highend
10 Apr 2024 02:47
Forum: Tips & Tricks, Questions & Answers
Topic: Overall poor unicode support, please help
Replies: 8
Views: 177

Re: Overall poor unicode support, please help

which I'm failing to obtain using XY commands
Then post the script?
by highend
08 Apr 2024 21:32
Forum: Tips & Tricks, Questions & Answers
Topic: Duplicate files
Replies: 4
Views: 134

Re: Duplicate files

Can your dupes be identified by just the name of the file?
by highend
08 Apr 2024 14:54
Forum: Tips & Tricks, Questions & Answers
Topic: [Solved] Script Rename Regex and Extension
Replies: 3
Views: 70

Re: Script Rename Regex and Extension

That's what the regex in my first post does...
by highend
08 Apr 2024 14:36
Forum: Tips & Tricks, Questions & Answers
Topic: [Solved] Script Rename Regex and Extension
Replies: 3
Views: 70

Re: Script Rename Regex and Extension

Provide real world renaming examples...

or otherwise, wild guessing:
rename r, "(.*?)(-[^-]*?)(\.[^.]+)$ > $1$3";
by highend
07 Apr 2024 17:54
Forum: Tips & Tricks, Questions & Answers
Topic: How to Delete Tags?
Replies: 2
Views: 54

Re: How to Delete Tags?

Tools | List Management | Tag List...
by highend
07 Apr 2024 14:47
Forum: Tips & Tricks, Questions & Answers
Topic: How to delete tabset list
Replies: 21
Views: 764

Re: How to delete tabset list

Oh, it's not in the last post^^ Tabsets are disabled, I was just wondering why the "Jump to Setting..." lists that entry and jumps to a thing that isn't displayed...
by highend
07 Apr 2024 14:31
Forum: Tips & Tricks, Questions & Answers
Topic: How to delete tabset list
Replies: 21
Views: 764

Re: How to delete tabset list

Configuration | Tabs and Panes | Tabs: Added option "Tabsets can revert after saving
settings"
I can't see this option entry in 0204 but funnily: "Jump to Setting..." lists it and when clicked jumps into the right section and doesn't highlight... anything^^
by highend
06 Apr 2024 10:26
Forum: Tips & Tricks, Questions & Answers
Topic: How to delete tabset list
Replies: 21
Views: 764

Re: How to delete tabset list

Too important to hide it as a tweak^^
by highend
06 Apr 2024 00:48
Forum: Bug Reports
Topic: [solved] custom icon in menubar became pale
Replies: 24
Views: 344

Re: [solved] custom icon in menubar became pale

E.g. Axialis IconWorkshop (payware!)

Or with freeware tools (scriptable via XY^^):
https://sourceforge.net/projects/unix-u ... 32.tar.xz/

They can extract all icons as .png and recreate an .ico with the .pngs that you want...
by highend
04 Apr 2024 20:26
Forum: Wishes
Topic: CEA After file operation rename
Replies: 15
Views: 267

Re: CEA After file operation rename

Works fine so far :tup:
by highend
04 Apr 2024 17:35
Forum: Wishes
Topic: CEA After file operation rename
Replies: 15
Views: 267

Re: CEA After file operation rename

I'll try it once the new beta is out
by highend
04 Apr 2024 16:46
Forum: Wishes
Topic: CEA After file operation rename
Replies: 15
Views: 267

Re: CEA After file operation rename

I could live with that :lol:
by highend
04 Apr 2024 16:34
Forum: Wishes
Topic: CEA After file operation rename
Replies: 15
Views: 267

Re: CEA After file operation rename

I wouldn't have a problem with that, we can always choose via <CEA_FileOp> what to do next
But you'd keep the new variable names if you move the event (<CEA_RenamedOld> & <CEA_RenamedNew>)?