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 153229

Summary: editor folds are not working in scripts
Product: groovy Reporter: Lukas Jungmann <jungi>
Component: EditorAssignee: Martin Janicek <mjanicek>
Status: NEW ---    
Severity: blocker CC: dynamite
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Lukas Jungmann 2008-11-14 16:48:07 UTC
ie. for this case:

if ("x" in ["a", "b", "x"]) {
    // <editor-fold defaultstate="collapsed" desc="test">
    println "ok"
    // </editor-fold>
} else {
    println "fuj"
}
Comment 1 Martin Janicek 2012-02-21 14:17:42 UTC
Still valid issue --> Setting TM = Next