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 228309 - code folding for array initializers (and "collapse by default" option)
Summary: code folding for array initializers (and "collapse by default" option)
Status: REOPENED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P4 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-05 22:01 UTC by athompson
Modified: 2016-07-07 16:16 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 athompson 2013-04-05 22:01:05 UTC
It would be nice to have code folds for array initializers in the form:

    new int[] {0,1,1,2,3,5,8,13,21,34...}

The stuff within the braces could be folded.
Comment 1 athompson 2013-04-06 17:42:47 UTC
Should the component be "code folding"?
Comment 2 Martin Balin 2016-07-07 07:31:15 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 3 athompson 2016-07-07 16:16:39 UTC
Still there, but definitely not important (although consistent folding behavior would be nice). Feel free to close again if it's not worth the effort.