[Bug 70244] New: Make Member (F2) may misplace code

Daniel Franke daniel.franke at imbs.uni-luebeck.de
Fri Dec 12 20:02:04 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=70244     
           Summary: Make Member (F2) may misplace code
           Product: kdevelop
           Version: 3.0.0b2
          Platform: Compiled Sources
        OS/Version: Solaris
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: daniel.franke at imbs.uni-luebeck.de


Version:           3.0.0b2 (using KDE 3.1.4)
Installed from:    compiled sources
Compiler:          gcc version 3.2.2
OS:          SunOS (sun4u) release 5.8

--
namespace foo {
// any class members here
}; // end of namespace 'foo'
--

Add a new member 'bar' to class 'xyz' and 'Make Member' (F2):
--
namespace foo {
// any class members here
};

void foo::xyz::bar( )
{
} // end of namespace 'foo'
--

Uops!
One would expect to place the member either in the namespace, or after the comment?!




More information about the KDevelop-devel mailing list