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: 

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


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
-- 
View this message in context: 
http://old.nabble.com/Align-Source-tp31636561p31696449.html
Sent from the textmate-dev mailing list archive at Nabble.com.
_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/listinfo/textmate-dev

Reply via email to