Version: cvs (using KDE KDE 3.1) Installed from: Mandrake RPMs Okay, not really a bug, let's call it a usability bug. I'm not sure where the boundaries are, perhaps this is Kate's business, since it provides the code folding. Anyway, when folding a C++ method it looks e.g. like this: void CcnItem::reportToInfoConsumer(MsmsResource::InformationRpt ir) { ... what I'm missing here is a closing brace, my brain has problems with open braces, problematic childhood probably ;). I would prefer something like this (as Idea does it incidentally) void CcnItem::reportToInfoConsumer(MsmsResource::InformationRpt ir) {...}
Yes, this is kate business. At least that's the way things are right now. I made a wish for more or less the same thing some time ago, which was closed as being too hard to implement. ( See http://bugs.kde.org/show_bug.cgi?id=54284 ) I'm reassigning this to katepart. Let's see if the kate developers are of the same opinion still... :)
true, would look better, but that is a wish ;)
and we have now a line instead of the }