Bug 94006

Summary: Virtual project directories (just like MSVC7x)
Product: [Applications] kdevelop Reporter: Christoph Schulz <yellowsheep0123>
Component: generalAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Christoph Schulz 2004-11-26 23:51:59 UTC
Version:            (using KDE KDE 3.3.1)
Installed from:    Gentoo Packages
OS:                Linux

KDevelop really lags virtual project logic. Perfect would be the organization logic of MSVC7x, meaning:
-Solution1
--Project1
---Base
----Base.h -> ./Sdk/Include/Base.h
----BaseInternal.h -> ./Main/Include/BaseInternal.h
---Main
----Main.cpp -> ./Main/Source/Main.cpp
--Project2
---Main
----Main.cpp -> ./Plugin1/Main.cpp
---System2
----System2.h -> ./Plugin1/System2.h
----System2.cpp -> ./Plugin1/System2.cpp
----SystemTypes.h -> ./Plugin1/SystemTypes.h

I know, its a lot of work to implement such a feature, but it IS handy. The grouping feature lags sub-groups and regexpr... But it would be hell to build up such "logic" with regexpr, wouldn't it be?
Comment 1 Andreas Pakulat 2008-06-29 22:10:43 UTC
I think having working-sets is quite ok. Other than that grouping can be done in the buildsystem.

*** This bug has been marked as a duplicate of 36316 ***