| Summary: | Collapsing code/text in editor (PHP) | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Børge Holen <borge> |
| Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Please check if the behavior is same in Kate or not. On Friday 14 April 2006 23:05, András Manţia wrote: [bugs.kde.org quoted mail] Kate behaves just the same way, with error. |
Version: (using KDE KDE 3.4.3) Installed from: Debian testing/unstable Packages OS: Linux When entering a code/text and inside an if statement stop the php engine and start right before an another statement eg elseif, the collapse function halts. I thought I had a cure, but found out a way to kill that one to. This litte code will not collapse correct as this little code will show: elseif($id){ ?> sometext <?php }elseif(!$id){ echo "zaft suse"; } It will collapse all the way down. and not end with the elseif. I started the engine a few lines further up my code and it started working again: <?php echo " </tbody> </table> </form> "; }elseif($id){ but a try to reproduce this with some other text failed for some reason...