[Bug 70071] New: I would like to see a auto-format customization item to control alignment of parameters for function definitions.
Robert Shideleff
bigbob at shideleff.com
Thu Dec 11 00:12:07 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=70071
Summary: I would like to see a auto-format customization item to
control alignment of parameters for function
definitions.
Product: kdevelop
Version: 3.0.0b2
Platform: Gentoo Packages
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: bigbob at shideleff.com
Version: 3.0.0b2 (using KDE 3.1.4)
Installed from: Gentoo
Compiler: gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r2, propolice)
OS: Linux (i686) release 2.4.23
In Beta 1, the auto-format feature would align parameters of a function after the opening parenthesis as in:
foobarfoobar(int param1,
.............int param2,
.............int param3)
In Beta 2, this changed so that the function definition comes out like:
foobarclass::foobarfoobar(int param1,
....int param2,
....int param3)
Which makes the format function useless to me because of company formatting standards. I'd like to see a customization option to support both methods, since this is obviously a matter of taste.
(In the above examples, I replaced the white space with periods.)
More information about the KDevelop-devel
mailing list