In the "Choose command" dialog box, the button "Rename/Copy..." trims the "Parameters:" field to 259 characters (although the maximum is 2047 characters).
Bug?
Dialog box: Choose command - the button "Rename/Copy..." trims the "Parameters:" field
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Dialog box: Choose command - the button "Rename/Copy..." trims the "Parameters:" field
Which parameters field do you mean?
I tried this:
1. cm_commandbrowser via command line
2. Clicked on usercmd.ini
3. Clicked on "New"
4. Entered a name, e.g. em_test
5. Clicked OK
-> there is a parameters field, but it's limited to 2047 characters.
I tried this:
1. cm_commandbrowser via command line
2. Clicked on usercmd.ini
3. Clicked on "New"
4. Entered a name, e.g. em_test
5. Clicked OK
-> there is a parameters field, but it's limited to 2047 characters.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Dialog box: Choose command - the button "Rename/Copy..." trims the "Parameters:" field
2ghisler(Author)
6. Clicked on " Rename/Copy… "
7. Entered a name, e.g. em_test_2
8. Clicked OK --> trims the "Parameters:" field to 259 characters
Example:
6. Clicked on " Rename/Copy… "
7. Entered a name, e.g. em_test_2
8. Clicked OK --> trims the "Parameters:" field to 259 characters
Example:
Code: Select all
[em_test]
cmd=%COMMANDER_PATH%\Addons\TCFS2\TCFS2.exe
param=/ef "tcm(524) set_ini(`%%COMMANDER_PATH%%\usercmd.ini`, em_temp, cmd, `MULTIRENAME $tmp`) set_tcini(Rename, $tmp_name, `"%O"`) set_tcini(Rename, $tmp_ext, `"%E"`) set_tcini(Rename, $tmp_params, `0|1|1|1`) set_tcini(Rename, $tmp_search, `*\`) set_tcini(Rename, $tmp_replace) tem(em_temp)"
menu=Rename file under cursor
[em_test_2]
cmd=%COMMANDER_PATH%\Addons\TCFS2\TCFS2.exe
param=/ef "tcm(524) set_ini(`%%COMMANDER_PATH%%\usercmd.ini`, em_temp, cmd, `MULTIRENAME $tmp`) set_tcini(Rename, $tmp_name, `"%O"`) set_tcini(Rename, $tmp_ext, `"%E"`) set_tcini(Rename, $tmp_params, `0|1|1|1`) set_tcini(Rename, $tmp_search, `*\`) set_tcini(Rename
menu=Rename file under cursor
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Dialog box: Choose command - the button "Rename/Copy..." trims the "Parameters:" field
Ah, I see, thanks for the clarification.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Dialog box: Choose command - the button "Rename/Copy..." trims the "Parameters:" field
Confirmed fixed in TC 11.02rc3.history.txt wrote:12.10.23 Fixed: Dialog box to choose commands (e.g. opened with cm_CommandBrowser): On the usercmd.ini page, clicking Rename/Copy didn't preserve lines longer than 259 characters (32/64)
Thank you!
Re: Dialog box: Choose command - the button "Rename/Copy..." trims the "Parameters:" field
Moderator message from: white » 2023-10-19, 07:57 UTC
Moved to Fixed bugs.