winmerge icon indicating copy to clipboard operation
winmerge copied to clipboard

Next to each other differences interfere with Filters

Open OshidaBCF opened this issue 10 months ago • 2 comments

I made a filter that ignore all the "shafts" value, but because of the hp value change above, the filter doesn't want to apply "shafts": {\n "armorClass": "ship_structural_steel",\n "armorThickness": \d*\.\d*,\n "armorThrough": \d*\.\d*,\n( "shaft_0\d_dm": {\n "hp": \d*\.\d*\n },?\n)* },?\n image

I tried to make a filter that ignore any change for "hp", but it doesn't help here "hp": \d*\.\d*

if i edit the hp value to be the same on both sides, the filter works image

it happens a lot on my files and it's slightly annoying, is it possible to "separate" differences ?

OshidaBCF avatar Sep 02 '23 16:09 OshidaBCF