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 - The <editor-fold> tag doesn't function in the groovy editor
Summary: The <editor-fold> tag doesn't function in the groovy editor
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Martin Janicek
URL:
Keywords:
: 189930 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-09-01 03:09 UTC by D_Arrigoni
Modified: 2018-04-11 08:12 UTC (History)
2 users (show)

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 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. ***