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 108162

Summary: Folding of long String array definition
Product: java Reporter: jrojcek <jrojcek>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker CC: jlahoda
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://ui.netbeans.org/usability/editor_2/report.html
Issue Type: ENHANCEMENT Exception Reporter:

Description jrojcek 2007-06-26 15:23:45 UTC
A participant complains he cannot fold long array definition that was present in source files we used during the study.

Recommendation:

Consider folding also for long array definitions.
Comment 1 Jan Lahoda 2007-06-26 15:37:25 UTC
Is easy to do, AFAICT now. The only "problem" is definition of "long definition", but I assume anything that spans more
than one line can be considered "long".

I do not have a strong opinion on whether we should do this, so please decide. Thanks.
Comment 2 jrojcek 2007-06-26 16:50:16 UTC
Yes, I would say so. If it's on multiple lines it should be possible to fold it.