jcb815 / reduxcomputing-proximity

Automatically exported from code.google.com/p/reduxcomputing-proximity
0 stars 0 forks source link

Only compiled .scpt scripts are supported #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The UI presents editable text fields that point to script file names. Users can 
enter .applescript files, .sh files, or other scripts. However, Proximity only 
runs compiled .scpt files: all others are silently ignored.

Please amend the UI to prevent such confusion.

* Disable editing of the script file name text fields. This way, users cannot 
type invalid file names.
* Label the file name fields with an explicit requirement that all scripts be 
.scpt files.

Finally, consider adding support for other script types, and adding the file 
extensions to the Finder script selector.

* .applescript
* .app
* .sh
* .zsh
* .py
* .pl
* .rb
* arbitrary script files

Original issue reported on code.google.com by andrew.p...@gmail.com on 17 Dec 2012 at 7:17