| Summary: | Combined PHP and HTML confuses folding | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Rolf Eike Beer <kde> |
| Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
SVN commit 744206 by tfry: Workaround to make bug #143022 less severe (complete fixing depends on feature #103257 CCBUG: 143022 M +11 -5 php.xml WebSVN link: http://websvn.kde.org/?view=rev&revision=744206 Ok, the above commit should make the problem less severe. This is done by making sure to close all folding regions when encountering a "?>". However, this is not quite the desired behavior, yet, which is described in bug #103257. Marking this report as a duplicate of that. *** This bug has been marked as a duplicate of 103257 *** |
Version: (using KDE KDE 3.5.6) Installed from: SuSE RPMs OS: Linux Put this in Kate in PHP mode ----- <?php function abc() { // fold here ?> abc <?php } ?> ----- Folding at the specified point make the rest of the file disappear. Maybe switching between PHP and HTML mode and back doesn't work?