+Frozen TC with multiple command ending with,

Bug reports will be moved here when the described bug has been fixed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
nsp
Power Member
Power Member
Posts: 1918
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

+Frozen TC with multiple command ending with,

Post by *nsp »

Testing multiple command with em_cmdxx if i enter in command

Code: Select all

TOTALCMD#BAR#DATA
cm_SrcShort,cm_SrcComments,em_bozo

wciconex.dll,1
savetabs

-1
-1
I press the button, I get em_bozo not implemented (This is normal behavior)

Code: Select all

TOTALCMD#BAR#DATA
cm_SrcShort,cm_SrcComments,em_bozo,

wciconex.dll,1
savetabs

-1
-1
I press the button, I get TC frozen forever

--- Appending command with multiple command only works if no space are entered after the last comma -----
User avatar
white
Power Member
Power Member
Posts: 5815
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Post by *white »

Confirmed.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50541
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Confirmed, thanks! I will have to remove that trailing comma..
Author of Total Commander
https://www.ghisler.com
User avatar
white
Power Member
Power Member
Posts: 5815
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Post by *white »

ghisler(Author) wrote:Confirmed, thanks! I will have to remove that trailing comma..
Right now (also with beta 2) you can have custom commands named "em_bozo1,em_bozo2" or "em_bozo1,". Does your comment mean this will no longer be supported?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50541
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

No, TC checks for "em_bozo1," and then for "em_bozo1" if "em_bozo1" isn't found - that will not change. I will have to remove the trailing comma in the second case, though.
Author of Total Commander
https://www.ghisler.com
User avatar
white
Power Member
Power Member
Posts: 5815
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Post by *white »

Tested OK using TC 8.50b5 32bit.
Post Reply