Bug 33636

Summary: Multiples includes when basing a class in multiple classes
Product: [Applications] kdevelop Reporter: pupeno
Component: Language Support: CPP (old)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 2.0.1   
Target Milestone: ---   
Platform: Mandrake RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description pupeno 2001-10-12 22:13:16 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           2.0.1 (using KDE 2.2.1 )
Severity:          wishlist
Installed from:    Mandrake RPMs
Compiler:          Not Specified
OS:                Linux
OS/Compiler notes: Mandrake 8.1

When creating a class based in more than one class using the KDevelop class generator it would be nice that it parses the clases and generate the includes like this:
#include <class1.h>
#include <class2.h>
instead of:
#include <class1.h class2.h>

Thank you.

(Submitted via bugs.kde.org)
Comment 1 Alexander Dymo 2003-05-16 23:35:01 UTC
Subject: Re: Multiples includes when basing a class in multiple classes

This is implemented in KDevelop 3.0. Please upgrade.