|
TextDocument.Difference object
Prototype for TextDocument.Difference objects. SyntaxYou cannot create these objects. You can just access them as returned by the TextDocument.differences call. Parametersnone. Property Ofnone. Implemented InECMerge 2.1 DescriptionTextDocument.Difference objects describes a difference between two sides at the line level. Properties
MethodsExamplesExample 1.
See Also
Method linesSyntaxfunction lines ( role ) Parametersrole. String. "source" or "target". Method OfTextDocument.Difference object. Implemented InECMerge 2.1 DescriptionReturns the range of lines encompassed by the difference for the given role. ExamplesExample 1.
See Also
|
|||||||