I don't usually use ruby so I don't know any test tools - can you recommend a simple one? 

I'll take care of stripping whitespace later today but besides that what do we still need to fix? 

I would really love to be able to right/left align text around a capture so it would be able to align the following automatically: 

<pre><code>private[process] final class Streamed[T](
  val process:   T => Unit,         // comment 1
  val    done: Int => Unit,         // comment 2
  val  stream:  () => Stream[T]     // comment 3
)</code></pre>

The rules are as follows:

- right justified names aligned on the colon
- arrows with right justified in-types and left justified outs
- comments with left justified text
<br><hr align="left" width="300">
View this message in context: <a href="http://old.nabble.com/Align-Source-tp31636561p31696449.html">Re: Align Source</a><br>
Sent from the <a href="http://old.nabble.com/textmate-dev-f18158.html">textmate-dev mailing list archive</a> at Nabble.com.<br>