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 247010 - Add "//<editor-fold ..." to the Generate menu (Alt+Insert)
Summary: Add "//<editor-fold ..." to the Generate menu (Alt+Insert)
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-10 21:30 UTC by pekarna
Modified: 2014-09-10 21:30 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 pekarna 2014-09-10 21:30:29 UTC
In the editor, selection has a bulb, which when clicked, contains also:

    Surround with //<editor-fold defaultstate="collapsed" desc="comment">...

It would  be nice to have the same accessible without a selection, which would simply insert:

//<editor-fold defaultstate="collapsed" desc="comment">
...
//</editor-fold>

Thanks for considering.