You publushed your question in the forum of ExamDiff Pro, but the question wording mentions ExamDiff.
I'll assume that you meant ExamDiff Pro.
In this case, I would try the following:
Menu -> Tools -> Options... -> Text Comparison -> Ignore lines -> Line ranges
And specify there the exact amount of lines to ignore, I think it's 7 lines in your case.
By the way, when you have entered that configuration menu, you can use <F1> button to get help about format of specifying the number (or even range) of ignored lines.
Don't forget to remove this setting when you compare other files which do not need such ignoration. Settings are saved.
Hello! No, the line numbers for these blocks of text aren't static - varying each time the configuration backup is generated. Moreover, their length isn't static - hence PEM format specifies the delimiters. Moreover, there are multiples of these spread out through the configuration file...
Yes, it would be but it's never come up until now. For now, you can create a new document type and define your own "comments" for it using a regular expression, like this for C comments:
psguru wrote: ↑Mon Feb 26, 2024 10:31 am For now, you can create a new document type and define your own "comments" for it using a regular expression, like this for C comments:
Perhaps another option would be to write a simple 'plugin' which strips out the blocks of lines
you're not interested in. Possibly you'd want the plugin to leave a single line where each such
block had been saying "There was a key definition here." or even (if the number of them
matters) "Key definition nnnnn was here."