Category: TextMate
Feb 162007
Allan Odgaard plugs my JavaScript Tools Bundle, which (thanks to Thomas Aylott) is now a part of BundleForge. Pretty cool.
(1)Nov 32006
[REMOVED] TextMate no longer pays tribute to human sacrifices, rape, nor does it show a picture of the God of the deaths in your dock — ticket 945BEB5D
Oct 12006
JavaScript Tools TextMate Bundle
Stuart Colville’s exploration of TextMate commands included as one of its examples a command that would run JSMin on the current JavaScript file and open the result in a new TextMate window.
Inspired by this example, I’ve created a TextMate bundle of tools for JavaScript developers. It’s fairly small at the moment, but I might […]
May 62006
TextMate lets the user bind any key combination to a snippet or command, thereby overriding the default behavior of that hotkey. This is useful. I’m trained to type option-shift-hyphen for em dashes (and option-hyphen for en dashes)— but in the character-encoding wasteland of the web, this is risky. So instead I’ve got snippets for the corresponding HTML entities — and – bound to those keys whenever I’m in an HTML scope.
(5)