EventGhost / EventGhost

EventGhost is an advanced, yet easy-to-use extensible automation tool for Windows.
http://eventghost.net
GNU General Public License v2.0
481 stars 88 forks source link

Merge `Run Application` and `Run Command` #168

Open topic2k opened 7 years ago

topic2k commented 7 years ago

Merge the both actions Run Application and Run Command into one single action. See discussion in #150.

per1234 commented 7 years ago

What sort of breakage issues would this cause? I'd assume trees using whichever action is merged out will be broken.

kdschlosser commented 7 years ago

this is a future change. and since the code is almost identical it will be easy to still have both the actions there but to start phasing out the Run Command. because they really are the same thing. the only thing the Run Command does it add an option to watch for any output and that can easily be added to the Run Application.

kdschlosser commented 7 years ago

swapping out tree items would be a snap. we couldn't do that if someone is running it from a python script.

there are ways to handle changing it that would cause no issues.