[Bug 60041] New: folded code hard to follow
Robert Jonsson
jonsson.robert at home.se
Thu Jun 19 09:28:04 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=60041
Summary: folded code hard to follow
Product: kdevelop
Version: unspecified
Platform: Mandrake RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: jonsson.robert at home.se
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)
{...}
More information about the KDevelop-devel
mailing list