Re: [kde] Kate sometimes folding two functions into one.

2011-09-14 Thread Dotan Cohen
On Wed, Sep 14, 2011 at 01:15, Duncan 1i5t5.dun...@cox.net wrote: I somewhat irregularly read the kde commit digests (which appear in kde's The Dot feed, to which I'm subscribed) and can confirm folding fix commits from that.  So it's definitely a known issue, with at least some fixes slated

Re: [kde] Kate sometimes folding two functions into one.

2011-09-14 Thread Martin Bednár
Le Mercredi 14 de septembre 2011 11:04:29 Dotan Cohen a écrit : On Wed, Sep 14, 2011 at 01:15, Duncan 1i5t5.dun...@cox.net wrote: I somewhat irregularly read the kde commit digests (which appear in kde's The Dot feed, to which I'm subscribed) and can confirm folding fix commits from that.

[kde] Kate sometimes folding two functions into one.

2011-09-13 Thread Dotan Cohen
It seems that when I fold some functions in Kate that the function following it is also folded. For instance, in PHP: function doSomething ($beer) { drink($beer); } function somethingElse () { echo Something else!; } Now when I click the arrow to fold doSomething(), both doSomething()

Re: [kde] Kate sometimes folding two functions into one.

2011-09-13 Thread Kishore Jonnalagadda
On Sep 13, 2011 7:29 PM, Dotan Cohen dotanco...@gmail.com wrote: It seems that when I fold some functions in Kate that the function following it is also folded. For instance, in PHP: function doSomething ($beer) { drink($beer); } function somethingElse () { echo Something else!; }