winmerge icon indicating copy to clipboard operation
winmerge copied to clipboard

Feature request: Standalone filter for a pair of file extensions

Open andry81 opened this issue 9 months ago • 0 comments

I want to compare comment lines of 2 files with different extensions. For example vbs <-> bat ignoring a comment line prefix.

Currently only the prediff filter works: https://github.com/WinMerge/winmerge/issues/2221

But a user have to add 2 regex filters and disable everything else:

Enabled Ignore Case Use RegExp Find what Replace with
^''' #
^rem #

But this applies for both, instead per extension if comparing both.

andry81 avatar May 11 '25 15:05 andry81