Page 1 of 1

Alias dialogue box strange behaviour

Posted: 27 Dec 2025 22:55
by JohnM
Hi All,

I have found the "Aliases" dialogue box exhibits strange behaviour if no aliases have been defined (unlike other Tools->List Management dialogue boxes).

To illustrate what I mean:
1. Start with no aliases defined.
2. Click Tools->List Management->Aliases...
Alias dialogue initial entry.PNG
3. In the "List Management" dialogue click the "Editor Mode" icon at the bottom left or press <F6>. This changes the box to free editing and removes the buttons ("New", "Edit", etc) on the right and removes filter box at the bottom.
Alias dialogue after F6.PNG
4. Click the "Editor Mode icon again (or press <F6>). The filter box reappears but the rest of the dialogue box is not restored.
Alias dialogue after another F6.PNG

Edit: other Tools->List Management dialogue boxes exhibit the same behaviour. Thanks highend!

Cheers
John

Re: Alias dialogue box strange behaviour

Posted: 27 Dec 2025 23:10
by highend
Other entries in list management that have no entries behave the same...

Re: Alias dialogue box strange behaviour

Posted: 27 Dec 2025 23:17
by JohnM
You're right of course.
Thanks!

Re: Alias dialogue box strange behaviour

Posted: 30 Dec 2025 10:09
by admin
Yep, fixed in next beta(s).

Re: Alias dialogue box strange behaviour

Posted: 02 Jan 2026 15:41
by Philip09621
This is a classic XY problem! A quick way to do this without a complex script is to run your search, then use the 'Paper Folder' command or just a simple script like- text formatlist(report("{Dir | {Dir}\}", 1), "ud", "<crlf>"); The 'u' switch handles the de-duplication perfectly so you only see each parent folder once. Super handy for cleaning up search clutter!

Re: Alias dialogue box strange behaviour

Posted: 02 Jan 2026 15:47
by highend
Wrong thread?