Page 1 of 1

Execution on Internal command browser

Posted: 2008-08-05, 08:13 UTC
by solid
Currently is not possible to invoke the command from the Internal comand browser (cm_CommandBrowser)

It would be nice if with doubleclick (or pressing run or whatever) the seleceted command can be executed.

Very useful for some not very often used commands, or instead for looking through the menus or other places, it is much faster to open the browser, filter the wanted command and execute it.

Posted: 2008-08-05, 08:45 UTC
by ghisler(Author)
Currently the command is copied to the clipboard. You can paste it to the command line (Ctrl+V) and execute it with Enter then.

Posted: 2008-08-06, 08:16 UTC
by solid
That will work as a workaround.

Thank you.