Skip to content

Fixing editor issues

Compare
Choose a tag to compare
@raguay raguay released this 17 Sep 09:58
· 11 commits to master since this release

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.