Review Request: Support for configurable generic filtering of project files (and directories)

David Nolden david.nolden.kde at art-master.de
Wed Dec 28 01:18:12 UTC 2011


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103554/#review9320
-----------------------------------------------------------


Thanks, I think this is very useful. I didn't look at the code yet. I think the UI is far too huge though for such a simple functionality. Please change it into a simple label+line-edit "Filters: [Text]" where multiple patterns can be inserted with spaces in between (similar to our "Find in Files")

- David Nolden


On Dec. 27, 2011, 6:18 p.m., Filip Brcic wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/103554/
> -----------------------------------------------------------
> 
> (Updated Dec. 27, 2011, 6:18 p.m.)
> 
> 
> Review request for KDevelop.
> 
> 
> Description
> -------
> 
> Currently KDevPlatform and KDevelop filter only backup files from the project manager. It would be nicer if user could add additional files/directories to be filtered.
> 
> This patch adds a configurable stringlist that is to hold globs for files/directories that are to be filtered. Current default values are set to backup files (*~ and *.bak) and darcs repo data directory (_darcs).
> 
> How that looks like from the user side can be seen on the screenshot:
> 
> http://dl.dropbox.com/u/844580/kdevelop-filters/kdevelop-filtering.png
> 
> How that looks from the kdev* developer's side is this:
> 
> The stringlist is exposed through ProjectController as a method "QStringList filteredFiles() const". Of course, that method is also accessible through D-Bus interface IProjectController::filteredFiles(). It is left up to project managers to actually filter files, this method just provides a standardized list of files that are to be filtered (using regexp glob).
> 
> For previous discussion that lead to this patch, please take a look at https://git.reviewboard.kde.org/r/103549/
> 
> 
> Diffs
> -----
> 
>   interfaces/iprojectcontroller.h fd5638c 
>   shell/projectcontroller.h e21345f 
>   shell/projectcontroller.cpp e6eda6b 
>   shell/settings/projectconfig.kcfg a4d7a10 
>   shell/settings/projectsettings.ui d4ffdbd 
> 
> Diff: http://git.reviewboard.kde.org/r/103554/diff/diff
> 
> 
> Testing
> -------
> 
> I have patched kdevplatform and kdevelop 1.2.2 on my Gentoo box using this patch (and another patch for cmake project manager: http://dl.dropbox.com/u/844580/kdevelop-filters/kdevelop-generic_filter-1.diff) and filtering works fine.
> 
> 
> Thanks,
> 
> Filip Brcic
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20111228/89b971a2/attachment.html>


More information about the KDevelop-devel mailing list