ClassTextChangeHistoryAction
Class
Represents a list of changes in the document.
Definition
Namespace:Telerik.Windows.SyntaxEditor.Core.History
Assembly:Telerik.Windows.SyntaxEditor.Core.dll
Syntax:
cs-api-definition
public class TextChangeHistoryAction
Inheritance: objectTextChangeHistoryAction
Constructors
TextChangeHistoryAction(TextDocument, IEnumerable<TextChange>, string)
Initializes a new instance of the TextChangeHistoryAction class.
Declaration
cs-api-definition
public TextChangeHistoryAction(TextDocument document, IEnumerable<TextChange> textChanges, string displayText)
Parameters
document
textChanges
displayText
Properties
Changes
Gets the changes in this action.
Declaration
cs-api-definition
public IEnumerable<TextChange> Changes { get; }
Property Value
Context
The context of the action.
DisplayText
Gets the display text of the action.
Document
Gets the document of the change.