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 39395 - [cf] Code folding: {..} blocks should be included into the default code folding
Summary: [cf] Code folding: {..} blocks should be included into the default code folding
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Code folding (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker with 4 votes (vote)
Assignee: Svata Dedic
URL:
Keywords:
: 39710 39711 39848 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-29 23:46 UTC by Jiri Hana
Modified: 2016-07-07 07:30 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 Jiri Hana 2004-01-29 23:46:40 UTC
It would be nice if any {..} block could be
included into the *default* code folding (would be
useful for long loops, if-then-else, etc.) 

It would look like:
+ if (x > 0) {..}
+ else {..}

or:
+ for(int i=0; i<n; i++) {..}
Comment 1 Martin Roskanin 2004-02-07 08:36:08 UTC
*** Issue 39711 has been marked as a duplicate of this issue. ***
Comment 2 psuk 2004-03-19 19:53:31 UTC
*** Issue 39710 has been marked as a duplicate of this issue. ***
Comment 3 psuk 2004-03-19 19:57:06 UTC
*** Issue 39848 has been marked as a duplicate of this issue. ***
Comment 4 psuk 2004-03-23 18:25:00 UTC
Changing subcomponent to "code folding"
Comment 5 Martin Balin 2016-07-07 07:30:31 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