Bug 140914

Summary: Remove non-existent files from project
Product: [Applications] kdevelop Reporter: Andreas Pakulat <apaku>
Component: Build tools: Custom MakefilesAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andreas Pakulat 2007-01-30 20:15:33 UTC
Version:           svn (using KDE KDE 3.5.5)
Installed from:    Compiled From Sources

Two things should be done:

1) Remove files from the .filelist when the filetree notices their removal

2) Option to check for existence of files upon project opening. Not doing it by default probably, because that might take too much time.
Comment 1 Andreas Pakulat 2007-02-16 02:06:44 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  
Comment 2 Andreas Pakulat 2007-03-02 19:01:43 UTC
Oops, forgot to close my own wish :) this is now done in SVN.