| Summary: | folded code hard to follow | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Robert Jonsson <rj> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
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 } |
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) {...}