Thursday, March 25, 2010

Novel TextMate theme

I'm addicted to changing my TextMate theme and recently I've run out of themes to switch between - So I though wth, I'll create my own.

However as I don't have a single design bone in my body I was just picking random colours and the result was pretty hideous - So I though it might be better to get 'inspiration' somewhere else and I picked one of the standard themes of Terminal.app

Comments "that theme makes programming look like a walk in the park some late afternoon with your best friend & toffee #goodstuff"
@pokho

Right now I've only created Novel but I reckon It won't be long before I give Red Sands a shot too. Take a look:

Grab the themes at github

As always, feel free to fork me and help out :)

Wednesday, March 3, 2010

Textmate Lift bundle v0.2

I finally found the time to sit down and hack a bit more on the Lift bundle for TextMate - I've also created a little teaser-video to show you what it's capable of

I forgot to show that it's capable of inferring the type of the following variable 'test' also.

var test = new WhatEver
test.

So you don't have to declare the type ':WhatEver' if you're using the new keyword