Bug 94006 - Virtual project directories (just like MSVC7x)
Summary: Virtual project directories (just like MSVC7x)
Status: RESOLVED DUPLICATE of bug 36316
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-26 23:51 UTC by Christoph Schulz
Modified: 2008-06-29 22:10 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 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 ***