<p>On Sep 13, 2011 7:29 PM, "Dotan Cohen" <<a href="mailto:dotancohen@gmail.com">dotancohen@gmail.com</a>> wrote:<br>
><br>
> It seems that when I fold some functions in Kate that the function<br>
> following it is also folded. For instance, in PHP:<br>
><br>
> function doSomething ($beer) {<br>
>    drink($beer);<br>
> }<br>
><br>
> function somethingElse () {<br>
>    echo "Something else!";<br>
> }<br>
><br>
><br>
> Now when I click the arrow to fold doSomething(), both doSomething()<br>
> and somethingElse() are folded, and I have no indication at all that<br>
> somethingElse() exists. Is this a known issue? Is there a fix? I'm on<br>
> KDE 4.7 on Kubuntu.</p>
<p>I have seen this happen in c++ code as well. I don't know if it will be fixed but there is a major rework effort in code folding for 4.8.</p>
<p>--<br>
Cheers!<br>
Kishore</p>