Review Request: Support for configurable generic filtering of project files (and directories)
Aleix Pol Gonzalez
aleixpol at gmail.com
Wed Dec 28 17:02:19 UTC 2011
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103554/#review9338
-----------------------------------------------------------
shell/projectcontroller.cpp
<http://git.reviewboard.kde.org/r/103554/#comment7714>
darcs can't be a default, it's not even supported as a VCS.
If you want it to work with darcs by default, please contribute darcs support.
- Aleix Pol Gonzalez
On Dec. 28, 2011, 10:42 a.m., Filip Brcic wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/103554/
> -----------------------------------------------------------
>
> (Updated Dec. 28, 2011, 10:42 a.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/8489c8e3/attachment.html>
More information about the KDevelop-devel
mailing list