The Command Editor window lacks a Run button for running the command I am currently working on. As a result, my workflow when developing a complicated command goes something like this:
Right-click menu bar, Customize > User-defined Commands > double click [my current command] > Make a change
Click OK, and OK again to get back to Directory Opus
Test the change I made
Go back to step one.
This is quite painful. I tried using the CLI to test my commands but:
@set prefix={dlgstring|Enter prefix for thse files}
Unknown command
So... what am I missing? There must be a better way to do this! thank you
Turning on Preferences / Toolbars / Options / Alt-Click to edit Toolbar buttons (and the Minimize Customize Dialog option below it) is also a big time-saver if you want a way to quickly edit a button and then leave Customize mode.
Nice! Although slightly less useful for me because I don't write the script into the button, but as a standlaone command which I then bind to a button.