Hi,
I experience a reproducible crash with TextMate. I open a simple ruby file, for example this foo.rb:
def foo puts "bar" end
Then I press ctrl-R to run the program, close the 'run' window with cmd-w. Then, in the main window with the ruby source, the lines on the cursor get black. When I close this window with cmd-w, TextMate crashes.
What can I do?
Patrick