Bug 60041 - folded code hard to follow
Summary: folded code hard to follow
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-19 09:27 UTC by Robert Jonsson
Modified: 2003-08-18 00:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 }