Bug 60041

Summary: folded code hard to follow
Product: [Applications] kate Reporter: Robert Jonsson <rj>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Robert Jonsson 2003-06-19 09:27:03 UTC
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) 
{...}
Comment 1 Jens Dagerbo 2003-06-19 11:26:06 UTC
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... :) 
Comment 2 Christoph Cullmann 2003-07-16 00:15:00 UTC
true, would look better, but that is a wish ;) 
Comment 3 Christoph Cullmann 2003-08-18 00:01:42 UTC
and we have now a line instead of the }