[Bug 74068] WISH USABILITY - add full directory (recursive and not) to project
Danny Angelo Carminati Grein
danny.cabelo at gmx.net
Fri Aug 20 17:30:08 UTC 2004
------- 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=74068
------- Additional Comments From danny.cabelo gmx net 2004-08-19 23:12 -------
It can be done this way:
on "Add directory and files"
command to exec:
find $DIRECTORY_FROM_RIGHT_CLICK -iname '*.cpp' -or -iname '*.h' <and all other file mask from current project> -maxdepth 1 >> $PROJECTNAME.kdevelop.filelist
and
on "Add directory and files recursively"
command to exec:
find $DIRECTORY_FROM_RIGHT_CLICK -iname '*.cpp' -or -iname '*.h' <and all other file mask from current project> >> $PROJECTNAME.kdevelop.filelist
More information about the KDevelop-devel
mailing list