Hi all,
I've written a ruby script that will tidy-up a series of assignment statements by lining up the equals signs. Installed as a command in TextMate, it can reformat all assignment statements in the current selection, or all assignment statements conitiguous to the current line. Note that the script assumes you uses spaces, not tabs; and I wrote it last night, so there may still be bugs. :-)
Anyway, if you are interested, you can find more details and the script itself at: http://random-dreams.org/2006/05/fun-with-textmate-align-equals-in.html
Regards, Chris Poirier.