From kdevelop-bugs Fri Nov 26 22:52:01 2004 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Fri, 26 Nov 2004 22:52:01 +0000 To: kdevelop-bugs Subject: [Bug 94006] New: Virtual project directories (just like MSVC7x) Message-Id: <20041126235159.94006.yellowsheep0123 () gmx ! net> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306931805700 ------- 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=94006 Summary: Virtual project directories (just like MSVC7x) Product: kdevelop Version: unspecified Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: yellowsheep0123 gmx net 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?