Page 1 of 1
Aliases don't work as expected.
Posted: 21 Sep 2021 22:27
by Amunrah
There is an error in the paths of nested aliases. Please see attachment for details.
alias_bug.gif
Re: Aliases don't work as expected.
Posted: 22 Sep 2021 10:13
by admin
Please describe it in words.
Re: Aliases don't work as expected.
Posted: 23 Sep 2021 00:01
by Amunrah
admin wrote: ↑22 Sep 2021 10:13
Please describe it in words.
Create aliases:
1. home=%user%\home
-good
2. dir=<get alias home>\somedir
-good
3. sub=<get alias dir>\subdir
-bug
or
1. dir=<xypath>\..
-good
2. sub=<get alias dir>\subdir
-good
but in file-associations:
3. ext><get alias sub>\someprogram.exe
-bug
Re: Aliases don't work as expected.
Posted: 24 Sep 2021 09:45
by admin
Nested aliases, I see. Should be fixed in next beta.
Re: Aliases don't work as expected.
Posted: 24 Sep 2021 17:43
by Amunrah
admin wrote: ↑24 Sep 2021 09:45
Nested aliases, I see. Should be fixed in next beta.
v22.20.0222 - 2021-09-24 15:10
...
Aliases: The nesting of aliases using <get ...> was limited. It's not
anymore. Now you can do this
...
Thanks a lot for a quick fix.
But some aliases
(with relative paths) still do not work in the file-association dialog
(and file-icons):
parent=<xypath>\..
ext><get alias parent>\someprogram\program.exe
-dont work
or
dir=%user%\dir
ext><get alias dir>\someprogram\program.exe
-dont work