Version: 3.1.0 (using KDE KDE 3.3.0) Installed from: SuSE RPMs OS: Linux When i create the implementation of a member by pressing (F2), the implementation of the member is added before the initial comment of the cpp file. That happens when the cpp file wasn't open or the cursor war at the beginning of the file: /** ..copyright blabla.. */ Hit F2 on the member in the h file: void Foo::foo() { }/** ..copyright blabla.. */ The initial comment should always skipped befor inserting an implementation.
Was the .cpp file completely empty (no other methods defined) before?
No, the Constructor and the Deconstructor were already in the implementation file. I'd compiled kdevelop from HEAD today, i'll re-check that with the HEAD version.
The problem occours in the HEAD version too.
Duplicate. *** This bug has been marked as a duplicate of 70244 ***
This isn't a duplicate of 70244 IMHO...
I'm guessing a solution to one would solve both, but I guess you could be right. Reopen. Sigh.
This bug also happens with KDevelop 3.2.1. It places the member implementation text above the automatic licensing comment that KDevelop inserts in the source files.
I can't reproduce this with KDevelop 3.5, is this bug still present?
this works just fine for me in latest kdevelop. closing.