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 - Simpler customer folding
Summary: Simpler customer folding
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Code folding (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-27 00:08 UTC by sbrbot
Modified: 2016-07-27 00:08 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 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.