This isn't specifically a general programming question but a lot of textmate users I know end up building a textmate command to do something they often do but as it's on it's own never really release it. Mines Below:
Objective-C Build and Run
For when I'm just quickly writing a small Objective-C command line program, place this in a new command; set input to entire document, output as HTML and set the activation as you want it (I use [apple] + [shift] + R).
gcc "$TM_FILEPATH" -o "$TM_DIRECTORY"tmpTextMateRunObjectiveC -l objc
"$TM_DIRECTORY"tmpTextMateRunObjectiveC
rm "$TM_DIRECTORY"tmpTextMateRunObjectiveC
The only real TextMate enhancement I use (other than language bundles) the ProjectPlus plug-in. It replaces the annoying project drawer with a project panel, adds support for SVN, Git, Mercurial, Bazaar and Svk, and adds lots of other small stuff.
Here's the feature list from the project page:
SCM status badges:
Swapping the project drawer for a panel
Finder colour labels
A nice blog post on how Alex Payne uses TextMate. I highly recommend using the GetBundles bundle, to manage, and update your bundles in TextMate. Very nice for browsing for new bundles, and updates to existing ones.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With