C# Class AvalonStudio.TextEditor.Document.TextSourceVersionProvider

Provides ITextSourceVersion instances.
Mostrar archivo Open project: VitalElement/AvalonStudio Class Usage Examples

Public Methods

Method Description
AppendChange ( TextChangeEventArgs change ) : void

Replaces the current version with a new version.

TextSourceVersionProvider ( ) : System

Creates a new TextSourceVersionProvider instance.

Method Details

AppendChange() public method

Replaces the current version with a new version.
public AppendChange ( TextChangeEventArgs change ) : void
change TextChangeEventArgs Change from current version to new version
return void

TextSourceVersionProvider() public method

Creates a new TextSourceVersionProvider instance.
public TextSourceVersionProvider ( ) : System
return System