From kdevelop-bugs Tue May 27 07:44:48 2008 From: Maciej Pilichowski Date: Tue, 27 May 2008 07:44:48 +0000 To: kdevelop-bugs Subject: [Bug 162694] New: make member: while creating implementation mimic Message-Id: <20080527094447.162694.bluedzins () wp ! pl> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=121187441403955 ------- 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=162694 Summary: make member: while creating implementation mimic the declaration Product: kdevelop Version: unspecified Platform: SuSE RPMs OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: bluedzins wp pl Version: (using KDE 3.5.9) Installed from: SuSE RPMs You could pretty much test any declaration style, but let's look at one of them class A { int &a(); }; What we have to do? Just put "A::". In effect we get exactly the same style user uses in declaration. But Kdevelop tries too much: int & A::a(); Please, don't do this. Respect user's coding style and mimic the declaration. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs