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 - Folding of long String array definition
Summary: Folding of long String array definition
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL: http://ui.netbeans.org/usability/edit...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-26 15:23 UTC by jrojcek
Modified: 2013-09-02 14:19 UTC (History)
1 user (show)

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