C# Class AvalonStudio.TextEditor.TextEditor.RestoreCaretAndSelectionUndoAction

Inheritance: IUndoableOperation
Show file Open project: VitalElement/AvalonStudio

Public Methods

Method Description
Redo ( ) : void
RestoreCaretAndSelectionUndoAction ( TextEditor editor ) : System
Undo ( ) : void

Method Details

Redo() public method

public Redo ( ) : void
return void

RestoreCaretAndSelectionUndoAction() public method

public RestoreCaretAndSelectionUndoAction ( TextEditor editor ) : System
editor TextEditor
return System

Undo() public method

public Undo ( ) : void
return void