Option to give different text filters for different types of files
When comparing files, there are certain filters which are applicable to one file and not another. In this case if i am bale to provide different text filters for different types of files, it would be great. For ex- *.xml should have one text filter set and *.py has different filters. This also helps when i am doing folder comparison and then all the files can have different filters and I don't have to check and uncheck text filters every time for each file in Meld Preferences dialog. And if this can be given as a command line option, it would be nicer. In command line, user can give the path to a "text-filters file". This text-filters file should have a key-value pair where key is file type and value is a list of regular expressions to match.
Text-filters file contents
- *.xml regex1, regex2...
- *.py regex3, regex4...
- *.c regex5, regex2....