Archive for July, 2006

Textmate color theme

Saturday, July 15th, 2006

Maybe you’ll like this nice color theme for Textmate:

Monokai Textmate color theme

download Textmate color theme

I haven’t optimized this theme for Ruby on Rails. If someone feels the urge to contribute, please don’t hesitate.

It’s very pleasing to the eyes, yes? And colorful too. Ooooooooh, it’s such a pleasure to work in this warm and friendly environment.

Using Textmate, MTASC and XTrace to build Flash projects in Mac OSX

Friday, July 14th, 2006

In this post I will describe my workflow for developing Flash projects without the use of the Adobe Flash IDE. This workflow isn’t suitable for every project. It’s mainly of use for those projects which only contain pure Actionscript code and make no use of components, objects in the library or non-scripted motion tweens. After following the instructions, you will be able to do the following:

  • Compile Actionscript .AS-files to a .SWF-file from within Textmate.
  • Preview .SWF-file from within Textmate.
  • Display error messages from within Textmate. You can click on these messages to quickly jump to the source of the error.
  • Display “trace” commands in a seperate window which automatically fades away after 30 seconds.

(more…)