| Summary: | code folding,a wired thing when edit file. | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Zhongwei Zhao <zhaozhongwei> |
| Component: | PDT | Assignee: | PHP Core <php.core-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P1 | CC: | zulus |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Works fine for me now, so probably fixed in the meantime. |
here is the php content: <?php function showHead() { ?> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Language" content="en" /> </head> <?php } class a { const JIGGAZZZ = 'test'; function aa($param) { echo JIGGAd|;//cursor position } } then we fold function showHead,then press backspace(or type any char),<head> will expand but showHead still collapses.