This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 118815 - Implement block folding
Summary: Implement block folding
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-13 21:51 UTC by vertebrate
Modified: 2011-01-28 20:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vertebrate 2007-10-13 21:51:29 UTC
It would be great to be able to fold Ruby blocks in addition to other constructs such as functions, classes, and such. 
Maybe there should be a different key combination made available for it for instance when writing RSpec tests. The 
files being a series of blocks, it would be able to collapse down to all of the "describes". Perhaps even having a way 
to collapse at multiple levels? RSpec as the example again having repeated block nesting, you could collapse down to 
the "describes" or collapse to the "its".