Ellié Computing Home Page
My Shopping Cart

Your shopping cart is empty

Display Cart

Call us at +1 586 62 ELLIE / +1 586 62 35543 Office Closed
sales@elliecomputing.com - Contact us


TextDocument.Difference object

 

 

Prototype for TextDocument.Difference objects.

Syntax

You cannot create these objects. You can just access them as returned by the TextDocument.differences call.

Parameters

none.

Property Of

none.

Implemented In

ECMerge 2.1

Description

TextDocument.Difference objects describes a difference between two sides at the line level.

Properties

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.

Methods

 lines

Examples

Example 1.

 

See Also 

TextDocument object, TextDocument.InlineDifference object

Method lines

Syntax

function lines ( role )
returns a LinearRange

Parameters

role. String. "source" or "target".

Method Of

TextDocument.Difference object.

Implemented In

ECMerge 2.1

Description

Returns the range of lines encompassed by the difference for the given role.

Examples

Example 1.

 

See Also 

 TextDocument.Difference object