| Summary: | Incorrect folding in Ruby editor | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Technology] DLTK | Reporter: | Michael Klishin <michael.s.klishin> | ||||
| Component: | Ruby | Assignee: | dltk.ruby-inbox <dltk.ruby-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 0.95 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | Macintosh | ||||||
| OS: | Mac OS X - Carbon (unsup.) | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Created attachment 61205 [details]
Source file to reproduce bug
Fixed. Changing OS from Mac OS to Mac OS X as per bug 185991 bulk change: fixed in 0.95 |
Build ID: I20070222-0951 Steps To Reproduce: 1. Add the following code to your Ruby source file: IGNORE_PATTERNS = spec_files + [ /\/lib\/ruby\//, /bin\/spec:/, /bin\/rcov:/, /lib\/rspec_on_rails/, /vendor\/rails/, # TextMate's Ruby and RSpec plugins /Ruby\.tmbundle\/Support\/tmruby.rb:/, /RSpec\.tmbundle\/Support\/lib/, /temp_textmate\./ ] 2. Scroll down to QuietBacktraceTweaker class. 3. See # TextMate's Ruby and RSpec plugins line that folds next line of code. More information: See backtrace_twealer.rb file from RSpec (rspec.rubyforge.org) source code.