C# Class AvalonStudio.TextEditor.Document.TextSourceVersionProvider.Version

Inheritance: ITextSourceVersion
Show file Open project: VitalElement/AvalonStudio

Public Methods

Method Description
BelongsToSameDocumentAs ( ITextSourceVersion other ) : bool
CompareAge ( ITextSourceVersion other ) : int
GetChangesTo ( ITextSourceVersion other ) : IEnumerable
MoveOffsetTo ( ITextSourceVersion other, int oldOffset, AnchorMovementType movement ) : int

Private Methods

Method Description
GetForwardChanges ( System.Version other ) : IEnumerable
Version ( TextSourceVersionProvider provider ) : System
Version ( System.Version prev ) : System

Method Details

BelongsToSameDocumentAs() public method

public BelongsToSameDocumentAs ( ITextSourceVersion other ) : bool
other ITextSourceVersion
return bool

CompareAge() public method

public CompareAge ( ITextSourceVersion other ) : int
other ITextSourceVersion
return int

GetChangesTo() public method

public GetChangesTo ( ITextSourceVersion other ) : IEnumerable
other ITextSourceVersion
return IEnumerable

MoveOffsetTo() public method

public MoveOffsetTo ( ITextSourceVersion other, int oldOffset, AnchorMovementType movement ) : int
other ITextSourceVersion
oldOffset int
movement AnchorMovementType
return int