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 - Add folding for control structures
Summary: Add folding for control structures
Status: RESOLVED DUPLICATE of bug 39395
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-06 17:48 UTC by krheinwald
Modified: 2007-11-05 13:44 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 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 ***