Prototype for TextDocument.InlineDifference objects
You cannot create these objects. You can just access them as accessed from TextDocument.Difference.inline_differences property.
none.
none.
ECMerge 2.1
TextDocument.InlineDifference objects describes a difference between two sides at the character level.
none.
none.
TextDocument object, TextDocument.InlineDifference object
function characters ( role )
returns a LinearRange
role. String. "source" or "target".
TextDocument.InlineDifference object.
ECMerge 2.1
Returns the range of characters encompassed by the difference for the given role.
TextDocument.Difference object, TextDocument.InlineDifference object