Hej allesammen or as dr. Nick would say; “Hi everybody!”

I use TextMate for a variety of purposes, and I have recently gotten into the Cats does Countdown on British Channel 4. It's comedians playing a words and numbers game, solving anagrams and mathematical sums, while being entertaining.

When watching the show, I use TextMate to re-shuffle letters. I've made a very simple php shuffle command:
#!/usr/bin/env php
<?
$input = file_get_contents('php://stdin');
echo strtoupper(str_shuffle($input));
?>
However, there is only ever 9 letters on offer, so it's easier to “zoom” / “enlarge” the type. But unfortunately there's no “reset zoom” in TextMate. Unlike most other Mac apps it works in “bigger font” and “smaller font”.

Allan, it'd be nice to rename it “zoom in” and “zoom out”, and provide a “reset zoom” (preferably at ⌘+0), like the browsers on OSX.


Det var alt, og tak for indsatsen,
Rasmus