Bug 33636 - Multiples includes when basing a class in multiple classes
Summary: Multiples includes when basing a class in multiple classes
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: 2.0.1
Platform: Mandrake RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-12 22:18 UTC by pupeno
Modified: 2003-05-16 23:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.