Page 1 of 1

Change directory menu hotlist: em_cmd should allow params like %A

Posted: 2019-10-30, 02:13 UTC
by dindog
i set a em_cd wrapped internal cd to change directory while do some configuration setting using tcfs2, which passes the target path name by %A.
it can simplify to

Code: Select all

cmd=cd
param=%A
So it is called like "em_cd d:\ "
it work in cmdline and button but not hotlist cmd

Re: hotlist em_cmd should allow cmdline params

Posted: 2019-10-30, 07:43 UTC
by Stefan2
Waht is "hotlist"?



 

Re: hotlist em_cmd should allow cmdline params

Posted: 2019-10-30, 10:42 UTC
by dindog
Stefan2 wrote: 2019-10-30, 07:43 UTC Waht is "hotlist"?



 
Directory hotlist (English version tooltip ) = the pop-up menu of Ctrl+D by default.

Re: hotlist em_cmd should allow cmdline params

Posted: 2019-10-30, 11:46 UTC
by Stefan2
dindog wrote: 2019-10-30, 10:42 UTC
Stefan2 wrote: 2019-10-30, 07:43 UTC Waht is "hotlist"?
Directory hotlist (English version tooltip ) = the pop-up menu of Ctrl+D by default.
Thanks for clarifying.
A search in the help for "ctrl+d" shows that this dialog is called "Change directory menu":
help wrote:Dialog box: Change directory menu
The directory menu is invoked with CTRL+D, or a double click on the current path header.



 

Re: Change directory menu hotlist: em_cmd should allow params like %A

Posted: 2019-11-05, 07:06 UTC
by MVV
dindog,
Why do you need to call em_cd from hotlist if you can just use cd command there?


Stefan2,
A search in the help for "ctrl+d" shows that this dialog is called "Change directory menu":
Popup is a directory menu (menu item in main TC menu and path header button tooltip show Directory Hotlist), but the dialog for editing hotlist is named Change directory menu.

Re: Change directory menu hotlist: em_cmd should allow params like %A

Posted: 2019-11-06, 01:31 UTC
by petermad
Why do you need to call em_cd from hotlist if you can just use cd command there?
Maybe because of:
... to change directory while do some configuration setting using tcfs2

Re: Change directory menu hotlist: em_cmd should allow params like %A

Posted: 2019-11-06, 05:12 UTC
by MVV
My bad, didn't read the middle of the phrase. :oops: