Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
# RSpec custom backtrace error scheme for jEdit # v0.1 # by Dave Nolan http://textgoeshere.org.uk # licensed under WTFPL http://sam.zoy.org/wtfpl/ # See http://textgoeshere.org.uk/articles/2008/03/howto-integrate-rspec-on-rails-with-jedit/ for more information ## Error Regexp \[\d\].*FAILED:(.*) in .*\{([^\{].*):(.*)\}$ ## Warning Regexp \[\d\](.*Error.*):.*\{([^\{].*):(.*)\}$ ## Extra lines regexp <blank> ## Filename $2 ## Line number $3 ## File name $1 ## *** Don't forget to hit "test/commit" once you've entered this info. Otherwise, you'll lose your scheme.
This paste will be private.
From the Design Piracy series on my blog: