You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let me suppose that I have a diff result as follows:
I will be interest in the INSERTED, DELETED, CHANGED lines, but not in the EQUAL lines.
Let me assume that I have a diff result of 1500 lines, in which 90% of lines are EQUAL. The diff result will be difficult to look through --- I need to scroll the view a lot of times. I would rather like the EQUAL lines are trimmed of so that I can easily see the INSERTED, DELETE, CHANGED lines and understand them.
The text was updated successfully, but these errors were encountered:
Please note that in the line 6 and 12 there is a gap where the equal lines are trimmed off.
The java-diff-report library provides a set of Java classes com.kazurayam.difflib.text.Differ and others. These classes can be used by the materialstore. Then the materialstore's text reports can reuse the feature of "compact" format.
kazurayam
changed the title
Texts diff report in HTML that is capable to show/hide the detail section by toggling INSERTED/DELETED/CHANGED/EQUAL button
I am interested only in the INSERTED/DELETED/CHANGED lines, not in the EQUAL lines
Feb 7, 2024
Let me suppose that I have a diff result as follows:
I will be interest in the INSERTED, DELETED, CHANGED lines, but not in the EQUAL lines.
Let me assume that I have a diff result of 1500 lines, in which 90% of lines are EQUAL. The diff result will be difficult to look through --- I need to scroll the view a lot of times. I would rather like the EQUAL lines are trimmed of so that I can easily see the INSERTED, DELETE, CHANGED lines and understand them.
The text was updated successfully, but these errors were encountered: