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 267324

Summary: Simpler customer folding
Product: editor Reporter: sbrbot <sbrbot>
Component: Code foldingAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description sbrbot 2016-07-27 00:08:27 UTC
At the moment (IFAIK) custom code folding can be achieved using <editor-fold/> tags but this is too complicated. Why not implement something much simpler g.e. triple slash /// SOME FOLDING LABEL starts a custome folding and another triple slash /// ends it.