Cevelop / cevelop

The C++ IDE for professional developers
Eclipse Public License 2.0
5 stars 0 forks source link

Toggle function definition for classes in .cpp files toggles to header #26

Open PeterSommerlad opened 5 years ago

PeterSommerlad commented 5 years ago

Expected Behavior

Toggle funciton definition of a member function of a class that is declared inline in that class and where the class is defined in a .cpp file toggles the definition outside of the said class in the .cpp file and not as an inline function in the header, without the qualified name of the class.

Actual Behavior

Function definition ends up in the first included header that is part of the project as a free inline function. I guess toggle function definition lacks test cases for classes defined in .cpp files.

Cevelop Version, Operating System and Compiler

This is a bug in CDT since we contributed it, but I rather use Cevelop tracker for the moment. Current