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 142880 - Code folding of scopes
Summary: Code folding of scopes
Status: RESOLVED DUPLICATE of bug 172617
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-05 07:56 UTC by natit
Modified: 2010-12-19 19:20 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 natit 2008-08-05 07:56:46 UTC
I think it would be pretty usefull to be able to fold scopes by default.


for example
        { //copy properties from source object to new object and assign right keys
                BeanUtils.copyProperties(newMerchandise, merchandise);
                ...more code
        }

should be foldable without using // <editor-fold defaultstate="collapsed"> 

this should also apply to ifs whiles switches etc. The problem with using the editor-fold tag is that when you then go
to open the source file in another ide or text viewer it just takes up meaningless space
Comment 1 johanp 2010-12-19 19:20:06 UTC

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