Support for multiple commands in user interface
Moderators: Hacker, petermad, Stefan2, white
Support for multiple commands in user interface
The new feature to execute more than one command is great. I think it would be even better to tell the user about this feature or even support adding more than command in the user interface.
Maybe we can collect some ideas how this could be achieved.
Maybe we can collect some ideas how this could be achieved.
Re: Support for multiple commands in user interface
On the history.txt with 8.5b2, it seems that only cm_ and em_can be "chained" using comma as separator.Lefteous wrote:The new feature to execute more than one command is great. I think it would be even better to tell the user about this feature or even support adding more than command in the user interface.
Maybe we can collect some ideas how this could be achieved.
It could be great but i detected :
+ No way to use parameters even with ?
+ the commands seems to be chained without waiting.
+ the order of executed command if we have ? in parameter box for em_xxx is not respected anymore
Idea for or the GUI:
A simple way could be to have an additional tab with a grid where we can add/remove/edit steps. Each steps could be edited as normal command in the main command definition box tab once selected.
Somme options like wait previous command or wait 15sec or wait for Key pressed should be added on the step view. A debug button should list what is produced...
To prevent error in editing a stepped command, the single command tab should be started as not editable.
Next step will be to have a scripting language...

- Tooltip for the magnifier button: "Hold down Shift to Add a command."
- Possibility to send key strokes to the UI:
Examples:
Switch to English UI:
Switch to German UI:
Regards
Holger
- Possibility to send key strokes to the UI:
Examples:
Switch to English UI:
Code: Select all
cm_LanguageConfig,<Tab>,<Home>,<Enter>
Code: Select all
cm_LanguageConfig,<Tab>,<D>,<E>,<Enter>
Holger
- ghisler(Author)
- Site Admin
- Posts: 50567
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
You can add a command by typing a comma behind the last command, then clicking on the magnifying glass button.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Yes I know - but that's in history.txt or maybe in the help file but not in the UI.ghisler(Author) wrote:You can add a command by typing a comma behind the last command, then clicking on the magnifying glass button.
There is a hint in history.txt that not all combinations of commands are supported. Could you clarify this a bit?
- ghisler(Author)
- Site Admin
- Posts: 50567
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Since all commands are just chained without waiting, it's not possible to chain commands which require some user interaction.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com