I'm using Textpad to do some Ruby programming now. I tried to create a regex for parsing errors from the tool-window. I was 2/3 successful, but I need help with the rest.
A possible Ruby error output looks like this:
C:/Temp/fxrb/datatarget.rb:71:in `initialize': undefined local variable or method `zontalSeparator' for #<DataTargetWindow:0x3c03bc4> (NameError)
from C:/Temp/fxrb/datatarget.rb:176:in `new'
from C:/Temp/fxrb/datatarget.rb:176
Getting the error from the first line is no problem, but the 2nd and 3rd is quite tricky.