This is a quick and dirty desktop CoffeScript editor, made using Brewer and TideSDK.
Basically, I wanted a CoffeScript editor that was easy to use, and allowed me to quickly and easily preview the generated JavaScript. I solved the problem by taking rbcurtis' online editor (Brewer) and modifying it to run on desktop through TideSDK.
- Download TideSDK;
- Import this project into TideSDK Developer
- Package it, so you can run it as a standalone program;
- That's it.
In the future, I intend to make available a few prepackaged versions.
- Ctrl + O : Opens a file
- Ctrl + S : Saves a file
- 0.1 : First release.