From kdevelop-bugs Fri Feb 16 01:06:47 2007 From: Andreas Pakulat Date: Fri, 16 Feb 2007 01:06:47 +0000 To: kdevelop-bugs Subject: [Bug 140914] Remove non-existent files from project Message-Id: <20070216010647.1423.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306970912295 ------- 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=140914 ------- Additional Comments From apaku gmx de 2007-02-16 02:06 ------- SVN commit 634006 by apaku: Implemented subdir-adding/removing, so files in the selected dir will be added/removed recursivly. Currently this adds all existing files, I'm planning to allow customization here. Also added a small filter on project opening to remove non-existent files, this fixes half of 140914 BUG:74068 CCBUG:140914 M +576 -450 customprojectpart.cpp M +16 -12 customprojectpart.h