Fixing editor issues
This release fixes problems with launching a command line or and application editor (one that ends in .app
). Also, an application editor could not edit a script that had the executable bit set. Therefore, to edit the project script it had to disable this bit, run the editor, and then re-enable the executeable bit.
A few other cosmetic fixes as well.