For example if a line was modified from "if True:" to "if False:", the "True" and "False" parts would be highlighted specially to show the specific fragment of the line that changed.
Look at how the original GitX computes inter-line diffs to see what kind of algorithm could be used.
For example if a line was modified from "if True:" to "if False:", the "True" and "False" parts would be highlighted specially to show the specific fragment of the line that changed.
Look at how the original GitX computes inter-line diffs to see what kind of algorithm could be used.