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

Summary: Implement block folding
Product: ruby Reporter: vertebrate <vertebrate>
Component: CodeAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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".