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 39711

Summary: Add folding for control structures
Product: editor Reporter: krheinwald <krheinwald>
Component: -- Other --Assignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description krheinwald 2004-02-06 17:48:11 UTC
It should be poosible to fold control blocks, i.e.

while {
}

if {
} else {
}

try {
} catch {
} finally {
}

etc...
Comment 1 Martin Roskanin 2004-02-07 08:36:09 UTC
already reported

*** This issue has been marked as a duplicate of 39395 ***