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 190052

Summary: The <editor-fold> tag doesn't function in the groovy editor
Product: groovy Reporter: D_Arrigoni
Component: EditorAssignee: Martin Janicek <mjanicek>
Status: NEW ---    
Severity: normal CC: akochnev, pnncta
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description D_Arrigoni 2010-09-01 03:09:31 UTC
The <editor-fold> tag doesn't function in the groovy editor. I expected to be able to use it the same as the Java editor.

ie.

//<editor-fold defaultstate="collapsed" desc="Private Heleper Methods">
private void someFunction() {
   //Some Groovy code
}

//</editor-fold>
Comment 1 Martin Janicek 2012-03-15 16:22:07 UTC
*** Bug 189930 has been marked as a duplicate of this bug. ***