Prototype for TextDocument.Difference objects.
You cannot create these objects. You can just access them as returned by the TextDocument.differences call.
none.
none.
ECMerge 2.1
TextDocument.Difference objects describes a difference between two sides at the line level.
Property | Description |
ignored | Boolean. True if the rules about ignored changes established that this change should be ignored |
inline_differences | Array of TextDocument.InlineDifference objects. |
TextDocument object, TextDocument.InlineDifference object
function lines ( role )
returns a LinearRange
role. String. "source" or "target".
TextDocument.Difference object.
ECMerge 2.1
Returns the range of lines encompassed by the difference for the given role.
TextDocument.Difference object