From kdevelop-bugs Mon Sep 26 19:08:33 2011 From: Barade Date: Mon, 26 Sep 2011 19:08:33 +0000 To: kdevelop-bugs Subject: [Bug 282853] New: Add "inline" statement when implementing member Message-Id: X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=131706423732661 https://bugs.kde.org/show_bug.cgi?id=282853 Summary: Add "inline" statement when implementing member functions in header files Product: kdevelop Version: unspecified Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: code completion AssignedTo: kdevelop-bugs@kdevelop.org ReportedBy: barade.barade@web.de Version: unspecified (using KDE 4.7.1) OS: Linux When you're implementing functions in header files it could add an "inline" statement automatically. Reproducible: Always Steps to Reproduce: For example in file "bla.hpp": class Bla { public: void test() }; it would complete: void Bla::test() { } without "inline". Expected Results: Auto complete "inline". -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs