My day job entails working as a software engineer writing Mac software. I just went through an ugly experience dealing with a particular 3rd party API, so it was a welcome experience to deal with a well-written bit of 3rd party code.
Jay Tuley’s CocoaScriptMenu is a terrific piece of reusable software. It does one thing: allows you to add a Scripts menu to your application, and it does it very well. I obtained the code, made a few small modifications to fit it into our build environment, dropped it into my application, and viola… it just works. Furthermore, it has just about every bit of functionality and customization that one could want. I mean, as I was thinking about how to implement this feature on my own I came up with a list of functionality, and CocoaScriptMenu satisfies every single one of them and a little bit more. Plus the licensing terms are reasonable.
Thank you, Jay Tuley, for creating this and releasing it. Good work indeed!