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 241152

Summary: Code folding to be saved
Product: editor Reporter: pavlosgr
Component: Code foldingAssignee: Svata Dedic <sdedic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description pavlosgr 2014-01-30 09:00:17 UTC
As I work I use folding to "hide" functions that I'm not working on.
Saving the project and reload it later does not save also the functions that I have fold, so I need to do the job again.

I believe that it will quite nice to have this feature.
Comment 1 Svata Dedic 2014-01-30 10:50:31 UTC
You may also use custom folding marks:
// <editor-fold defaultstate="collapsed">
...
// </editor-fold>

to collapse a portion of code as a workaround

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