Revision a15b683...
Go back to digest for 1st September 2013Features in Development Tools
Milian Wolff committed changes in [kdevplatform/projectfilter] /projectfilter:
Simplify the filter configuration, remove "MatchOn".
This information can easily be deduced from the pattern and thus
gives a perfect opportunity for a simplified configuration UI.
It should thus also be closer to what a user expects and knows from
e.g. .gitignore and svnignore files.
Thanks to Andreas Pakulat for the suggestion.
The Filter struct now should be seen as a 'compiled' user filter,
whereas SerializedFilter holds the raw data the user entered and
thus is what is used in the configu UI.
File Changes
Modified 8 files
- /projectfilter
- plugins/filter.cpp
- plugins/filter.h
- plugins/filtermodel.cpp
- plugins/filtermodel.h
- plugins.cpp
- pluginskcm.cpp
- pluginsprovider.cpp
- plugins/tests/test_projectfilter.cpp
8 files changed in total