| Summary: | Remove non-existent files from project | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Andreas Pakulat <apaku> |
| Component: | Build tools: Custom Makefiles | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Andreas Pakulat
2007-01-30 20:15:33 UTC
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 Oops, forgot to close my own wish :) this is now done in SVN. |