Hi,,
Minor bug regarding folding detection on php classes when there are closing curly brackets in strings.
[code]
class X {
function bad_bracket() {
1) preg_match("/\}/");
}
2) function x() {
}
}
[/code]
1) causes the fold to fail
2) symptom manifests here
screenshot of buggy folding