Method | Description | |
---|---|---|
BelongsToSameDocumentAs ( |
Gets whether this checkpoint belongs to the same document as the other checkpoint.
|
|
CompareAge ( |
Compares the age of this checkpoint to the other checkpoint. This method is thread-safe. |
|
Create ( |
Creates a change tracking checkpoint for the specified document. This method is thread-safe. If you need a ChangeTrackingCheckpoint that's consistent with a snapshot of the document, use TextDocument.CreateSnapshot(out ChangeTrackingCheckpoint).
|
|
GetChangesTo ( |
Gets the changes from this checkpoint to the other checkpoint. If 'other' is older than this checkpoint, reverse changes are calculated. This method is thread-safe. |
|
MoveOffsetTo ( |
Calculates where the offset has moved in the other buffer version. This method is thread-safe. |
Method | Description | |
---|---|---|
Append ( ICSharpCode.AvalonEdit.Document.DocumentChangeEventArgs change ) : |
||
ChangeTrackingCheckpoint ( object documentIdentifier ) : System | ||
ChangeTrackingCheckpoint ( object documentIdentifier, ICSharpCode.AvalonEdit.Document.DocumentChangeEventArgs value, int id ) : System | ||
GetForwardChanges ( |
public BelongsToSameDocumentAs ( |
||
other | ||
return | bool |
public CompareAge ( |
||
other | ||
return | int |
public static Create ( |
||
document | ||
return |
public GetChangesTo ( |
||
other | ||
return | IEnumerable |
public MoveOffsetTo ( |
||
other | ||
oldOffset | int | |
movement | AnchorMovementType | |
return | int |