Bug 140914 - Remove non-existent files from project
Summary: Remove non-existent files from project
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: Custom Makefiles (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-30 20:15 UTC by Andreas Pakulat
Modified: 2007-03-02 19:01 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 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.