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 - editor folds are not working in scripts
Summary: editor folds are not working in scripts
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-14 16:48 UTC by Lukas Jungmann
Modified: 2012-02-21 14:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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