Review Request: ProjectManagerView filter with 'exclude' matching

Eugene Agafonov e.a.agafonov at gmail.com
Mon May 23 10:55:28 UTC 2011


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

(Updated May 23, 2011, 10:55 a.m.)


Review request for KDevelop.


Summary (updated)
-------

Here is a pathch I've made a while ago for ProjectManagerView filter.

First enhancement is exclude-filtering.
Filters started with '!' treated as excludes
For example, for in-source-build Qt projects I use "*.cpp *.h *.pro !moc" in order to see C++ sources and do not see and MOC-generated files

Second enhancement is about how rules are applied: if rule have no special matching symbols '*' and '!' the rule treated as prefixed search. For instance, the following rules are equal:
!moc' == '!moc*'


Diffs
-----

  project/projectproxymodel.h d6951fb 
  project/projectproxymodel.cpp c72ea48 

Diff: http://git.reviewboard.kde.org/r/101425/diff


Testing
-------

An updated plugin is used in daily work


Thanks,

Eugene

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20110523/825482f4/attachment.html>


More information about the KDevelop-devel mailing list