Summary: | KDevelop must support pointer/reference align mode for indentation (reformatting) | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Denis Pesotsky <denis> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | denis, fedotov.i.f, lamefun.x0r |
Priority: | HI | ||
Version: | unspecified | ||
Target Milestone: | 4.2.0 | ||
Platform: | unspecified | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Denis Pesotsky
2011-01-21 10:36:46 UTC
Dam I mistaken. Fixed: Actual Results: It don't change pointers and references Class& func(const QPoint &a) { int *a; int * b; int* c; return *this; } Expected Results: Class &func(const QPoint &a) { int *a; int *b; int *c; return *this; } *** This bug has been confirmed by popular vote. *** yep, we need to update our astyle lib checkout and add the new features in there fixed since some time *** Bug 255039 has been marked as a duplicate of this bug. *** |