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 209784 - Code folding for {} - if else while switch do etc
Summary: Code folding for {} - if else while switch do etc
Status: RESOLVED DUPLICATE of bug 142074
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-20 11:37 UTC by mathewfer
Modified: 2015-04-28 10:15 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 mathewfer 2012-03-20 11:37:28 UTC
Hi C++ Team,

Can you please implement code folding like done in PHP below to C++ module also?

https://blogs.oracle.com/netbeansphp/entry/improved_code_folding#comments

Thanks

Mathew
Comment 1 pietrom 2012-05-22 09:29:55 UTC
It would already be a lot if it was possible to properly fold code for every code block {...} and every multi-line comment /*...*/.

I have got no idea about how to do it, but it is not a hard thing to do. Every other editor does it.
Comment 2 laijiang 2014-04-23 07:12:17 UTC
Yes, it is boring that this is still not fulfilled...
Comment 3 ilia 2015-04-28 10:15:53 UTC

*** This bug has been marked as a duplicate of bug 142074 ***