[Bug 79406] switching between header and implemntation in C/C++

Sascha Herrmann starfox899 at web.de
Mon Apr 12 16:06:02 UTC 2004


------- 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=79406      




------- Additional Comments From starfox899 web de  2004-04-12 16:04 -------
Hmm,

maybe it's possible to solve this problem by parsing the implementation files (*.cpp, *_impl.h, ...) for the 

#include <me.h>

section. So as far as i can think in "plain and correct" C++ there should only be the ONE include file mentioned that is the corresponding one for the implementation file. As a conclusion no additional data needs to be stored within the project files, as the structure is completly deriveable from the implementation files.

what do you think about that idea???
bye fox




More information about the KDevelop-devel mailing list