mmin18 / LayoutCast

Cast android code and resource changes to the running application through ADB.
1.71k stars 173 forks source link

Added support of the changed python command in latest version #34

Closed ejarosiewicz closed 9 years ago

ejarosiewicz commented 9 years ago

In LayoutCast IntelliJ Plugin there was a bug, that prevents launching script on the latest version of python - the "python" commnad has been changed to "py". This fix allows user to use the both of command, and for safetly allows run with "python.exe" program. The other commands can be easily added by creating a new enum character with command on the PythonCommand constructor, and handling it on the switch(pythonCommand) statement.

mmin18 commented 9 years ago

Thanks