Hi all;
I've been using meld for several years - great tool.
Today, I was merging code and found that meld missed 2 merges due to text filters.
I had a text filter for assembly code files enabled that caused code lines with "!" to be ignored. Obviously this can apply to other codes where the wrong comment delimiter enabled can cause meld to ignore changes.
So I was wondering if there could be a new feature to select text filters based on the type of the file ? Thus, my assembly text filter would only be enabled for files ending with the suffix I choose (.[sS]). Similarly, scripts would enable '#' as a comment
filter. These may need to run file to determine that it is a script...
Thanks.
|