Review Request: ProjectManagerView file with 'exclude' matching
Eugene Agafonov
e.a.agafonov at gmail.com
Mon May 23 10:55:14 UTC 2011
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/101425/
-----------------------------------------------------------
Review request for KDevelop.
Summary
-------
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/552e3e7f/attachment.html>
More information about the KDevelop-devel
mailing list