Posts tagged: EDITORS

Joel on TextMate

Joel Spolsky (who started his career at Microsoft as a manager on the Excel team) has been writing some recent longer blog posts on a MacBook Pro in TextMate using Markdown. He describes the process in a recent entry. He calls it a “surprisingly good experience.”

He goes on to gripe about anti-aliasing quality (FWIW, that’s explained here), and beachballing from dropped wifi connections (which I’ve never experienced, maybe it’s an early Intel thing?).

TextMate update

A new “bleeding edge” version of TextMate appeared this evening, featuring extensive improvements to the bundle infrastructure. (If you’re not sure what this means, read my earlier post on how bundles are the heart of TextMate’s stupendousness.) Allan Oddgaard has put a lot of thought into the balance between distributed bundles and user customizations, and has developed some really elegant solutions that allow you to benefit from improvements in the bundles (some of which move at a rapid clip thanks to motivated community developers) while retaining your specific customizations.

Sparkle: automatic application updates

Here’s a very cool little open source module for Cocoa application developers: Sparkle by Andy Matuschak. It allows applications to detect, download, and install new versions automatically. It apparently can be added to a project without any glue code at all. It supports Appcast feeds. It’s got handy features like Skip This Version and Remind Me Later. It can work with .dmg files or .zip archives.

During my brief stint with Cocoa programming I really wanted something like this. As a user, I like it because it makes life on the bleeding edge much more convenient.

Logo bundle for TextMate

Extending my Reverse game coding spree, I decided to make a version in Logo. Of course, in order to really effectively program in Logo, I had to make a TextMate bundle for it.

It’s nice when minor obsessions come together like that.

(By the way, if you’re ever in a position where you’re trying to look up information on Logo on the web, be warned that it can be damned hard thanks to the conscientiously inserted alt text on five bazillion company logos!)

Textmate 1.5 released

On the heels of yesterday’s lovely site redesign, Allan Odgaard has released TextMate 1.5. If you’ve been downloading the “cutting edge” builds you’ve probably already got it. It has come a long way since the last official release (1.02). And on top of all the improvements to the program, there’s now a manual.

For more on why I think TextMate is so cool, see my earlier post/review.